This is the api that goes along with the recall app
- NodeJS 16
- MongoDB
First install dependencies and seed the app:
npm install
npm run seedNext run webpack (uses hot module replacement) and start the server:
npm run watch
npm run startOr for automatic restart of server upon changes:
npm run watch
npm run start:watch-devexample: localhost:4000/api/topics
topics/ # get all topics
topics/:id # find a topic & it's sentences by idSee project board
Also see Planning
- Slight learning curve with OvernightJS
- Adding middleware
- Proper handling of bad routes