Visit Backend for Test Api Visit Frontend
This project allows users to register and log in using token-based authentication. Users can visit to apps added by the admin, download them, and claim reward points. The admin verifies the downloads before approving the points.
Login
/Register
/logout
/delete
account- User can see
Apps
/Points History
/Profile
- Admin can
add or modify Apps
/see users who downloaded apps
/verify download
/ add ormodify categories & sub-categoies
- backend:
django
,django-rest-framework
- frontend:
vite react (js)
,tailwindcss 3
,react router
,redux
To get started, follow these steps:
- clone repo,
cd .\nextlab_assignment\
pip install -r requirements.txt- start server
py manage.py runserver
- start server
cd .\frontend\
npm i- start react
npm run dev
- start react