Express app to manage a MongoDB database using Mongoose, that holds information about cars.
npm start
will run the server using Node.
npm run dev
will run the server using Nodemon. Use this while building to avoid needing to restart Express manually to see changes.
- Express
- Mongoose
- Nodemon (development dependency)