Skip to content

reformist/leetcodehelper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

81 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BeetCode: A coding interview prep assistant

Setup

Step 1 - Installations:

conda create --name beetcode

conda activate beetcode

pip install Werkzeug

pip install Flask-Cors

pip3 install flask

pip3 install flask_jwt_extended

pip3 install python-dotenv

pip3 install sshtunnel

pip3 install sqlalchemy

pip3 install awswrangler

pip3 install openai --upgrade

pip3 install flask_cors

pip3 install --upgrade google-api-python-client

sudo pip install PyMySQL

Step 2 - Create .env file

Step 3 - Run AWS server

Testing

Backend:

Activate conda environment

Go to "backend" folder

python3 run.py

Frontend:

Go to "frontend" folder

npm start

Setup errors

  1. Need x-api-key in Postman
  2. Port number may be different for each comp

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •