Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)