Skip to content

elchacha777/developstoday_test

Repository files navigation

developstoday_test

Test task

Run project without Docker

Create virtual environment

python3 -m venv venv

Activate virtual enviroment

. venv/bin/activate

Install requirements

pip3 install -r requirements.txt

Create .env, .database.env Example

python3 manage.py migrate

Run

python3 manage.py runserver

env file Example

Docker

docker-compose build
docker-compose up

Deploy

GCP deploy

http://146.148.99.78/api/v1/register/

Documentation

Format and Typing

Pyright

pyright .

Flake8

flake8 --ignore E501 .

Black

black .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published