Skip to content

allocapital/allo-experts-backend

Repository files navigation

allo-experts-backend

python3 -m venv venv
source venv/bin/activate
pip3 install -r requirements.txt

python3 manage.py makemigrations
python3 manage.py migrate

Run the server:

python manage.py runserver

Set env variables:

  CLOUND_NAME=
  CLOUD_API_KEY=
  CLOUD_API_SECRET=

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published