Skip to content

whitedwarf7/Sela-Task-Manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Sela-Task-Manager

Project Setup

Follow below steps to setup the project after you cloned the repository.

Django Back-end

  1. Navigate to backend folder in terminal.
  2. Create a virtual environment python3 -m venv venv.
  3. Activate the virtual environment source venv/bin/activate.
  4. Install requirements pip install -r requirements.txt.
  5. Run server python3 manage.py runserver.

Backend server is started.

React Front-end

  1. Navigate to the folder react-front-end in terminal.
  2. Run commands sudo npm i and sudo npm start

This will start the front-end server.

Application is running

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published