FASTAPI DOCS: Documentation
PICCOLO DOCS: Documentation
PG ADMIN: Documentation
- Download this repo or run:
$ git clone [email protected]:kayprogrammer/socialnet-v3.git- Install all dependencies
$ pip install -r requirements.txt-
Create an
.envfile and copy the contents from the.env.exampleto the file and set the respective values. A postgres database can be created with PG ADMIN or psql -
Run Locally
$ alembic upgrade heads $ uvicorn app.main:app --debug --reload- Run With Docker
$ docker-compose up --build -d --remove-orphansOR
$ make build- Test Coverage
$ pytest --disable-warnings -vvOR
$ make test










