- Clone the repository
- Create a `.env` file
- Make a virtualenv and install all requirements
- Create a database and add configuration to the `.env` file from `.env.example`
- Run django migrate commands
- Run the project with `runserver` command
- Run the test with `test` command
`pip install -r requirements.txt`
`python manage.py runserver`
`python manage.py test`
`python manage.py test blog`
`python manage.py test account`
`http://127.0.0.1:8000`
`http://127.0.0.1:8000/redoc/`
`python manage.py dumpdata > blog.json blog`
- Username :
admin
- Password :
1234
- All Dump Data from Blog App :
blog.json
- All Dump Data from Account App :
user.json
- All Dump Data :
main.json