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
- Host: GitHub
- URL: https://github.com/arvrao/project-structure-backend
- Owner: ArvRao
- Created: 2021-12-29T18:32:36.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-30T16:46:12.000Z (over 4 years ago)
- Last Synced: 2025-01-15T19:33:12.854Z (over 1 year ago)
- Topics: backend-api, expressjs, nodejs, project-structure, rest-api
- Language: JavaScript
- Homepage:
- Size: 63.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)