Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alin00r/myblog
NodeJs, Express, EJS & MongoDB Blog - CRUD
https://github.com/alin00r/myblog
ejs express mongodb nodejs
Last synced: about 5 hours ago
JSON representation
NodeJs, Express, EJS & MongoDB Blog - CRUD
- Host: GitHub
- URL: https://github.com/alin00r/myblog
- Owner: alin00r
- Created: 2023-09-13T23:12:56.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-16T09:50:11.000Z (about 1 year ago)
- Last Synced: 2023-09-16T20:04:15.961Z (about 1 year ago)
- Topics: ejs, express, mongodb, nodejs
- Language: JavaScript
- Homepage: https://alinourblog.onrender.com/
- Size: 711 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJs, Express, EJS & MongoDB Blog - CRUD
![image](https://github.com/alin00r/blog/assets/74410154/c4426590-c024-4cac-9541-9722f3e305bf)
## You need:
- NodeJs
- Database (MongoDB) Free Cluster## Create .env file
Create a .env file to store your credentials. Example below:```
MONGODB_URI=mongodb+srv://:@clusterName.xxxxxxx.mongodb.net/blog
JWT_SECRET=MySecretBlog
```## Installation
To install and run this project - install dependencies using npm and then start your server:```
$ npm install
$ npm run dev
```### Website
[alimohamed.me](https://www.alimohamed.me)