This is the backend for a full stack blog app. It is built using Express and MongoDB.
- git clone https://github.com/bocacode/c12-blogapp-fullstack-backend
- cd c12-blogapp-fullstack-backend
- obtain .env for environmental variables
- npm i
- node .
This is the backend for a full stack blog app. It is built using Express and MongoDB.