Stay tuned!
Requires Node v10 or later.
- Fork repository, clone locally, navigate to repository directory,
- Download all the files with
npm i, - To test, run
npm test.
- Create your own .env files with the .env.example files provided in the root of the project and the test folder. Enter the correct MongoDB URI. Default port is set to 3000, you may update it to your port of choice.
- Connect to server with
npm run start. - Enter
http://localhost:3000in your browser.
More to come...
This project is licensed under the MIT License - see the LICENSE.md file for details
Forked from [alchemy-fullstack-js-summer-2018/[FILL IN]](https://github.com/alchemy-fullstack-js-summer-2018/[FILL IN])