This is a simple web app that I built to practice my skills in building web apps.
Front End | Back End | database |
---|---|---|
HTML EJS |
NodeJs Express |
NoSQL MongoDB |
CSS bootstrap |
||
JS |
- Create a web app that allows users to create a blog post.
- The user should be able to see all the posts that have been created.
- The user should be able to see a single post when they click on the title of the post.
- The user should be able to edit a post.
- The user should be able to delete a post.
Run to install all dependencies:
npm install
watch mode
nodemon
Run the app with the following command:
npm start
Contributions are welcome!