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.md
file 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
src
directory in your terminal. -
Copy the contents of example
.env.example
file to.env
:$ cp .env.example .env
-
Run
nvm use
to activate the v8.11.1 node environment. -
Run
yarn install
to install project dependencies into the activated environment. -
Execute
yarn start
to run the development server.
- I've added helpful
#TODO
placeholders, comments, and hints throughout the project to jog your memory in case you need a hand! SimplyCTRL
+Shift
+F
to 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-starterpack
integrated 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.