Skip to content
This repository has been archived by the owner on Oct 2, 2024. It is now read-only.

domain-check-tools/async-rest-api

Repository files navigation

Project api



Start local project

Create env

To run the project, you need to create an .env' file. For convenience, the root of the project contains a file with an example .env_example. You need to create an .envfile that inherits the contents of the.env_example` file.

Docker containers up

Run command in shell:

docker-compose up -d --build app

Migrate db

Run command in shell:

python app/manage.py migrate

About

The main asychronous API of this project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published