https://github.com/niharika2k00/crud_using_node_express_mongodb
CRUD application using Express, Node, mongodb. MERN stack boilerplate.
https://github.com/niharika2k00/crud_using_node_express_mongodb
async-await express mongodb mongoose nodejs
Last synced: about 1 year ago
JSON representation
CRUD application using Express, Node, mongodb. MERN stack boilerplate.
- Host: GitHub
- URL: https://github.com/niharika2k00/crud_using_node_express_mongodb
- Owner: niharika2k00
- Created: 2021-05-28T19:28:04.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-11-05T15:59:57.000Z (over 3 years ago)
- Last Synced: 2025-04-04T22:11:17.720Z (over 1 year ago)
- Topics: async-await, express, mongodb, mongoose, nodejs
- Language: JavaScript
- Homepage:
- Size: 26.4 KB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
># CRUD Application using Node,Express, MongoDB
_____________________________________
## Getting Started
To get a local copy up and running follow these simple example steps.
## Prerequisites
These things must be installed in your system.
* [Node](https://nodejs.org/en/)
* [Postman](https://www.postman.com/)
## Installation
> Steps to run the Code :
>
- Clone Repo
```sh
git clone https://github.com/niharika2k00/CRUD_using_node_express_mongoDb.git
```
- Install exsisting modules
```sh
npm i
```
- Prepare the .env file by adding
- PORT
- NODE_ENV
- MONGODB_URI
- Open the Directory(root) in the **Terminal**
- Run the command
```sh
npm run server
```
- Testing routes using **Postman**
HAPPY CODING !!