Demo project for blog posting and approval from the backend, built with Express JS, featuring a super admin and a Category manager
- Signup/Login
- Creating blogs from user side
- Topic manager with approval / rejection
- Super admin for creating topics and assigning topic managers
- Clone the repository:
git clone https://github.com/AkhilTreblle/express-blog
- Navigate to the project directory:
cd express-blog
- Install dependencies:
npm install
- Run the development server:
node index
- Visit
http://localhost:3030
in your web browser.
Include additional details or screenshots about how to use your blog project effectively.
A couple of screenshots to delight you before you use this template.
|
- Express.js: Web framework
- MongoDB: Database
- Other key libraries and tools you've used
This project is licensed under the MIT License - see the LICENSE file for details.
Replace the placeholders like yourusername
, your-repo
, and add more sections as necessary. Feel free to customize the template to suit your project's specific needs.
Don't forget to create separate files for the CONTRIBUTING.md
, LICENSE
, and other documentation files mentioned in the README.
Good luck with your Express.js blog project! 🚀