Custom, authenticated API instructions and starter pack for BEW1.2 students!
-
Fork this repository and clone your fork locally.
-
Open the repository folder in your editor of choice:
$ cd auth-api-starterpack $ atom .
-
Move the contents of this
README.mdfile todocs/requirements.md.$ mv README.md docs/requirements.md $ touch README.md
-
Add your project's title in the header, save, and close
README.md. -
Navigate to the
srcdirectory in your terminal. -
Copy the contents of example
.env.examplefile to.env:$ cp .env.example .env
-
Run
nvm useto activate the v8.11.1 node environment. -
Run
yarn installto install project dependencies into the activated environment. -
Execute
yarn startto run the development server.
- I've added helpful
#TODOplaceholders, comments, and hints throughout the project to jog your memory in case you need a hand! SimplyCTRL+Shift+Fto Find All in your editor, and search for#TODO. You'll find a helpful list of hints waiting for you!
- Remember to periodically sync your forked repository in order to get the latest updates to
auth-api-starterpackintegrated into your own projects! Simply follow this helpful guide to learn how.
Follow this Node.js Deployment Guide to deploy your application on Heroku. Be sure to complete all of the steps!
- View the requirements document in the Class Repository.