Skip to content

mohammadrezasolo69/ResumeBackend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ResumeBackend

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

Installation

You must have Python installed.

Then run pip install -r requirements.txt to install dependencies.

python manage.py makemigrations
python manage.py migrate
  1. create superuser
python manage.py createsuperuser  
  1. Finally, Run server
python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages