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

https://github.com/arvrao/project-structure-backend

A backend project structure for social media web application using NodeJS and ExpressJS
https://github.com/arvrao/project-structure-backend

backend-api expressjs nodejs project-structure rest-api

Last synced: about 2 months ago
JSON representation

A backend project structure for social media web application using NodeJS and ExpressJS

Awesome Lists containing this project

README

          

# project-structure-backend
This repo contains the folder structure for a web application built using NodeJS and ExpressJS

---
Run the following command to install all the dependencies

#### npm install

---
Create a .env file in the root path and update all variables with respective values to make it available for all files.

### Run the server

* Run the command to start the server npm start

* Server starts at port 3000

* Send a request to server at [http://localhost:3000](http://localhost:3000)