Skip to content

gajanankathar/sela

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Table of Contents

Getting Started

1. Github

  • Clone this repository

    git clone https://github.com/gajanankathar/sela.git
    

2. Virtual environment

  • 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

3. pip

  • Find the requirements file
  • Install all the requirements from requirements.txt
    pip install -r requirements.txt
    

4. DB Migrations

python manage.py makemigrations
python manage.py migrate

4. Run Django Server.

python manage.py runserver

5. React app repo

  • 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

6. Sitemap

  • Home page

    http://localhost:3000/
    
  • Create new task page

    http://localhost:3000/create/tasks/
    

About

Sela assignment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages