An open API service indexing awesome lists of open source software.

https://github.com/ankman007/cms

Web content management system that allows for hassle-free way to publish and manage content.
https://github.com/ankman007/cms

django django-rest-framework docker nextjs postgresql redux tailwindcss typescript

Last synced: about 2 months ago
JSON representation

Web content management system that allows for hassle-free way to publish and manage content.

Awesome Lists containing this project

README

        

# Project Description
DevFlow CMS is web content management system that allows for hassle-free way to publish and manage content.

[Project Link](https://devflow-cms.vercel.app/)

[Swagger API Documentation](http://localhost:8000/swagger/)

## Technology used

- Django
- PostgreSQL
- Docker
- Next JS
- Redux
- Tailwind

## To contribute to this project

### For Backend
1. cd into \backend directory
2. Install dependencies through command `pip install -r requirements.txt`
3. Apply migrations `python manage.py migrate`
4. Run the server `python manage.py runserver`

### For Frontend
1. cd into \frontend directory
2. Install required dependencies through command `npm install`
3. Run `npm run dev`

Both backend and frontend for the project should be live at localhost:8000 and localhost:3000 respectively.