Skip to content

flisakl/yapa-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is YAPA?

YAPA stands for Yet Another Productivity App.

This repository is just an django-ninja API.

How to run

There are couple of options, choose one that suits you best.

Docker

Note

This one uses PostgreSQL and Redis

...

Virtual environment

Virtual environment and project setup:

python -m venv .venv
source .venv/bin/activate
pip install -U pip
pip install -r requirements.txt
python manage.py migrate

Start development server:

python manage.py runserver

About

Yet Another Productivity App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages