Skip to content

KienPS/petcare_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

  1. Python 3
  2. SQLite3

Setup

  1. Clone the repository
  2. Open a terminal in that directory
  3. Create a virtual environment (recommended)
  4. Install the requirements: pip install -r requirements.txt
  5. Run migrations: python manage.py migrate

Start the server:

python manage.py runserver

Go to https://localhost:8000/api/schema/swagger-ui/ to see the API schema

Go to https://localhost:8000/admin/ for admin site

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors