Skip to content

skarya22/tab-stash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tab-stash

McHacks 10 Project: Saagar Arya, Jada Thompson, Rui Du and Selena Jin

To do work on the source:

Create a virtual environment in the parent directory:

python3 -m venv /path/to/new/venv

Activate virtual environement:

  • Linux/MacOS:

source /path/to/venv/bin/activate

  • Windows:

\path\to\venv\Scripts\activate

Install project dependencies:

pip install -r backend/requirements.txt

Add .env file to the ./backend folder

To run the application:

Start backend server:

python backend/tabstashapp/manage.py runserver

Start frontend app:

cd frontend 'npm install' npm start

About

McHacks 10 Project: Saagar Arya, Jada Thompson, Rui Du and Selena Jin. Website frontend in ReactJS, Chrome Extension in HTML, CSS and JS, Database built with Django, Backend in Python

Resources

Stars

2 stars

Watchers

1 watching

Forks

Contributors