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

https://github.com/leonardpepa/ejs-blog-udemy-course

simple blog made with node express mongoDB ejs
https://github.com/leonardpepa/ejs-blog-udemy-course

blog ejs express mongodb node

Last synced: 8 months ago
JSON representation

simple blog made with node express mongoDB ejs

Awesome Lists containing this project

README

          

# ejs-blog-udemy-course
# Very simple blog made from Angela's course: 2021 Complete Web Development Bootcamp

# Added myself
* login system with nodejs and passport.js
* deleting only your posts
* search for a blogger with email

# Requirements
* node.js
* mongoDB

# Instalation
```terminal
cd to directory
npm install
node or nodemon app.js
```

the app will run in localhost:3000