Git Product home page Git Product logo

vistapathchallengebackend's Introduction

Vistapath Challenge Back End

Details concerning the project in general and the front end are available in the front end repo's wiki, available here: https://github.com/howardreith/vistapathChallengeFrontEnd

Instructions for running

  1. Install and start an instance of mongodb on your local machine. The community edition is sufficient. You can find instructions here. If you would like additional help, feel free to watch my video tutorial available here.
  2. Create a .env file in the root directory with the following values:
MONGO_URI=[Your mongo URI, can be found by running "mongo" in your terminal, e.g. mongodb://127.0.0.1:27017]
FRONT_END_URL="http://localhost:3000"
AWS_BUCKET_NAME="vistapathchallenge"
AWS_ACCESS_KEY_ID=[I should have emailed this to you. Ask if you do not have it]
AWS_ACCESS_KEY_SECRET=[I should have emailed this to you. Ask if you do not have it]

You are of course welcome to create your own AWS S3 bucket and use your own ID and secret. Instructions for doing so are available here.

If your front end is running on a port other than 3000, make sure to update your environment variable.

  1. Install dependencies with yarn install or npm install.
  2. Start the server with yarn start or npm run start.

Instructions for testing

  1. After installing dependencies, run tests with yarn test or npm run test.

vistapathchallengebackend's People

Contributors

howardreith avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.