Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 360 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 360 Bytes

Sheetify Backend

Installation

Run the following commands on a linux environment (Python 3 required):

bash build.sh

Start server

python3 manage.py runserver localhost:8000 or gunicorn orbital_backend.wsgi:application

Known Issues

omnizart is currently bugged for Windows and only works on linux platforms. If on Windows, we suggest using WSL.