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
- Host: GitHub
- URL: https://github.com/sameeramin/simple-crud-mongodb
- Owner: sameeramin
- Created: 2022-03-13T10:29:47.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T13:11:37.000Z (over 4 years ago)
- Last Synced: 2025-03-02T07:29:14.850Z (over 1 year ago)
- Language: JavaScript
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!