An open API service indexing awesome lists of open source software.

https://github.com/sameeramin/simple-crud-mongodb

A simple CRUD app with MongoDB Database
https://github.com/sameeramin/simple-crud-mongodb

Last synced: 12 months ago
JSON representation

A simple CRUD app with MongoDB Database

Awesome Lists containing this project

README

          

# Star Wars CRUD App
A simple CRUD app powered by Express and and MongoDB.
## Technologies Used
- Express A JavaScript Web Server
- EJS Templating engine
- MongoDB Database driver for MongoDB database
- Dotenv Library for envronment variables.
- Body Parser Node.js body parsing middleware

## Getting started
Clone this repo and install dependencies
```
npm install
```
and
```
npm run dev
```
And then you're good to go!