Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/samk13/nodejs-simple-blog
https://github.com/samk13/nodejs-simple-blog
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/samk13/nodejs-simple-blog
- Owner: Samk13
- Created: 2020-07-19T14:21:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-04-24T08:18:36.000Z (7 months ago)
- Last Synced: 2024-04-24T16:11:40.435Z (7 months ago)
- Language: EJS
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# nodejs-simple-blog
# how to run this:
### 1- make sure to create.env file and add your own database uri
```terminal
npm i
nodemon ./app.js
```