π° Simple blog website
Just a simple blog website where you can read and manage articles created on the admin panel. To add and delete articles create an account and login to access the management panel.
- HTML
- CSS/Bootstrap
- Javascript
- NodeJs
- Express
- EJS Templates
- MongoDB/Mongoose
Content Management
- Create, Read, Update, Delete content
- Manage Blog Articles
User Authentication
-Passportjs & Bcrypt
Install all dependencies using
npm install
Run the app with
npm start
For the website to work. You would need to provide your own MongoDB URI.
In this project I created a config.env file that contained my database key
- Louie - Initial work