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.
- Host: GitHub
- URL: https://github.com/ankman007/cms
- Owner: ankman007
- Created: 2025-02-04T15:32:05.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-03-01T17:08:21.000Z (3 months ago)
- Last Synced: 2025-03-01T18:22:36.820Z (3 months ago)
- Topics: django, django-rest-framework, docker, nextjs, postgresql, redux, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://devflow-cms.vercel.app
- Size: 7.89 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.