https://github.com/aromalanil/backend_template
A template repository for backend projects using Node,MongoDB and Express
https://github.com/aromalanil/backend_template
express express-boilerplate mongodb mongooose nodejs
Last synced: about 2 months ago
JSON representation
A template repository for backend projects using Node,MongoDB and Express
- Host: GitHub
- URL: https://github.com/aromalanil/backend_template
- Owner: aromalanil
- Created: 2020-04-29T20:10:33.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-03T20:34:36.000Z (about 5 years ago)
- Last Synced: 2024-10-11T11:31:07.328Z (12 months ago)
- Topics: express, express-boilerplate, mongodb, mongooose, nodejs
- Language: JavaScript
- Homepage:
- Size: 40 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Backend Template (Node, Express, MongoDB)
A very basic template repository to start your backend project with Node, Express and MongoDB
## Installation
1. Clone this repository
2. Run npm install
3. Remove ```.env``` from ```.gitignore``` file
4. Do the necessary configuration for your project## Author
[Aromal Anil](https://github.com/aromalanil)