A simple web application for reading and managing comics, built with React on the frontend and Django on the backend.
- Frontend: React
- Backend: Django
- Database: PostgreSql
โ๏ธ Setup & Run
cd frontend npm install npm run dev
cd backend python3 -m venv venv source venv/bin/activate python manage.py runserver