Skip to content

Georg1703/Tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks

Instalation

  1. Go to the Tasks directory.
  2. Create virtual environment: python -m venv venv_name.
  3. Activate virtual environment: source venv/bin/activate (Linux/Mac), venv\Scripts\activate (Windows).
  4. Install the required dependencies: pip install -r requirements.txt.
  5. Prepare your MySQL database: install mysql server directly or via docker, create user, database, grant permission to user. (or just use sqlite3 instead).
  6. Create .env file in the Tasks directory for storing sensitive data, copy all variables from env_example.txt to .env and assign your data.
  7. Run django management command: python manage.py migrate.
  8. Run tests: python manage.py test.
  9. You are ready to go, run python manage.py runserver to be able to access all endpoints.
  10. Visit localhost:8000/swagger/ to see all available endpoints.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages