Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pauleenaphan/express-template
https://github.com/pauleenaphan/express-template
Last synced: 16 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pauleenaphan/express-template
- Owner: pauleenaphan
- Created: 2024-06-27T03:59:41.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-06-27T04:47:00.000Z (7 months ago)
- Last Synced: 2024-11-11T10:37:03.959Z (2 months ago)
- Language: JavaScript
- Size: 3.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Boiler Plate for express.js with mongodb
Installation
```
> Git Clone
> npm install
> Create .env file (env file should be in gitignore)
> Add DEV_DB_URL = "Your mongodb key"
> npm run dev```