Skip to content

sakilanasrinsetu/blog_application

Repository files navigation

Blog Application

Document

- 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

Project ERD Diagram

Project requirement setup

`pip install -r requirements.txt`

Project Run Command

`python manage.py runserver`

Project Unit Test Run Command

`python manage.py test`
`python manage.py test blog`
`python manage.py test account`

Project API Url

`http://127.0.0.1:8000`
`http://127.0.0.1:8000/redoc/`

For Dump Project Data

`python manage.py dumpdata > blog.json blog`

Superuser Credential

  • Username : admin
  • Password : 1234

Important Note

  • All Dump Data from Blog App : blog.json
  • All Dump Data from Account App : user.json
  • All Dump Data : main.json

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published