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
- Host: GitHub
- URL: https://github.com/leonardpepa/ejs-blog-udemy-course
- Owner: Leonardpepa
- Created: 2021-08-09T19:43:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-09T19:49:02.000Z (about 4 years ago)
- Last Synced: 2025-01-17T08:45:46.335Z (9 months ago)
- Topics: blog, ejs, express, mongodb, node
- Language: JavaScript
- Homepage: https://github.com/Leonardpepa/ejs-blog-udemy-course
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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