Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aswinbennyofficial/crud-using-nodejs
Basic CRUD application using NodeJs , Express and MongoDB
https://github.com/aswinbennyofficial/crud-using-nodejs
crud crud-application express expressjs javascript mongodb mongoose node nodejs
Last synced: about 11 hours ago
JSON representation
Basic CRUD application using NodeJs , Express and MongoDB
- Host: GitHub
- URL: https://github.com/aswinbennyofficial/crud-using-nodejs
- Owner: aswinbennyofficial
- License: mit
- Created: 2023-09-29T16:15:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-30T12:11:31.000Z (about 1 year ago)
- Last Synced: 2023-09-30T20:52:03.763Z (about 1 year ago)
- Topics: crud, crud-application, express, expressjs, javascript, mongodb, mongoose, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 37.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CRUD-using-NODEjs
Basic CRUD application using Node JS, Express and MongoDB### Pre requisites
- Clone the repo :
```
[email protected]:aswinbennyofficial/CRUD-using-NODEjs.git
```
- Run `npm install` to install all dependencies
- In the `.env` file include your MongoDB connection string in variable `MONGO_URI`