Skip to content

ruby889/leetcode_record

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leetcode_record

Website for visualize and review leetcode progress. React is used for frontend with Flask as backend.
Overview: Video Title https://youtu.be/rooFXgYY6HA

Install dependencies for React

  1. Go to leetcode_recode folder
  2. Install dependencies for React
yarn install

Create virtual environment and install dependencies inside

  1. Go to backend folder
cd backend
  1. Create virtual environment and activate it
  • For mac/unix users:
python3 -m venv env
source env/bin/activate
  • For windows users:
py -m venv env
.\env\Scripts\activate
  1. Install flask related packages
pip install -U flask flask-cors python-dotenv
  1. Install Google client library
pip install --upgrade google-api-python-client google-auth-httplib2 google-auth-oauthlib oauth2client
  1. Install other required packages
pip install pandas

Run it

  1. Start the backend in a terminal
yarn start-backend
  1. Start the frontend in another terminal
yarn start

About

Website for better visualize and review leetcode progress

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published