Build a resume written with Django and Django Rest framework
This project was to practice and master more of the following concepts:
- Nested Serializer (drf-writable-nested)
- ViewSet
- Router
- Djoser
- Custom User Model
You must have Python installed.
Then run pip install -r requirements.txt
to install dependencies.
python manage.py makemigrations
python manage.py migrate
- create superuser
python manage.py createsuperuser
- Finally, Run server
python manage.py runserver