Blog
Blog created with nodejs and express. Mongodb is used as the backend database of choice. Styling done using bootstrap.
Create Post
Remove Post
Update Post
Delete Post
Login / register ( using passport-local )
The instructions below will help you setup the copy of the web interface on your development machine.
Make sure to have node with npm and mongodb installed on your local computer to run the code
After you clone this project, do the following:
# go into the project
cd Blog-Nodejs-Express
# run the app using node
npm install
check the command list.txt file for a list of commands used in development .
# node spplication
npm run devStart
- Hendrikus van Katwijk - Github - Personal website
- Web Dev Simplified - Youtube - blog
- Web Dev Simplified - Youtube - authentication
This project is licensed under the MIT License - see the LICENSE.md file for details