FashionBit Node.js Project
This is a Node.js CRUD application which CREATES, READS, UPDATES and DELETES entries from the monogodb database.
To use this application
- download or clone the source code
- run npm or yarn install on the terminal
- open your browser and type in localhost:3000
- go to menu option 'add blog'
- fill in the form on the page and click submit
- you will be automatically redirected to the 'archive' page on success
- there you can edit, view or delete the blog
- you can also view already existing blogs on the home and archive page