Note: The Crud Blogger is a Dynamic Blogging App with CRUD functionalities
1. HOME | https://crudblogger.herokuapp.com/ |
---|---|
2. ARTICLES | https://crudblogger.herokuapp.com/articles |
3. Categories | https://crudblogger.herokuapp.com/categories |
4. Manage Articles | https://crudblogger.herokuapp.com/manage/articles |
5. Manage Categories | https://crudblogger.herokuapp.com/manage/categories |
graph LR
A[Home] -- Read Data --> B((DB))
A --> C(Content)
B --> D{CRUD}
C --> D
npm install
npm run start
Give a ⭐️ if you like it!
Made with ❤️ by Syed Simanta