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

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.

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 !!