-
Clone this repository
git clone https://github.com/gajanankathar/sela.git
- Create a virtual environment using python3.6 or above
python -m venv venv - Activate it
- Windows
.\venv\Scripts\activate.bat - Linux
source venv/bin/activate - Use this virtual environment for subsequent tasks
- Find the requirements file
- Install all the requirements from requirements.txt
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver
- Make sure to also clone the sela-web git submodules.
git submodule update --init - Follow instruction to run react app listed at sela-web README.md file
-
Home page
http://localhost:3000/ -
Create new task page
http://localhost:3000/create/tasks/