Skip to content
This repository was archived by the owner on Aug 25, 2022. It is now read-only.

pytexas/PyTexas

Repository files navigation

PyTexasBackend

Development Quickstart

Clone the repo:

git clone git@github.com:pytexas/PyTexas.git

Create a venv then:

$ pip install -r requirements.txt

Install the frontend:

$ npm install

Set up the ENV:

$ export "SECRET_KEY=an insecure development secret"

Run unapplied migrations:

$ python manage.py migrate

Run the development server:

# backend
python manage.py runserver

# frontend
gulp watch

Deploying

  1. git push heroku

Updating Requirements

pip-compile requirements.in

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •