This repo is meant to be used as a template for creating a simple backend API using Express, MongoDB, and NodeJS.
- Fork the repo
- Install MongoDB: https://docs.mongodb.com/manual/installation/
- Install App:
npm install
- Run mongoDB
mongod
- Run App:
npm start
- app is located at http://localhost:8080
Here is the link for the google slides presentation for the talk that goes with this repo: Intro to Backend Talk