Skip to content

backend apis for devday website in python falcon

Notifications You must be signed in to change notification settings

riyasyash/devday_api

Repository files navigation

devday_api

backend apis for devday in python falcon

Run migrations

  1. cd in to project directory
  2. $ alembic init alembic will initialise and create an alembic directory.
  3. $ alembic upgrade head will run all the migrations.

Run falcon app

  • Install requirements $ pip install -r requirements.pip
  • To run the app:
    1. cd in to project directory
    2. $ gunicorn app:app will start the application on port 8000

About

backend apis for devday website in python falcon

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published