Skip to content

cwh35/contactList

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 

Repository files navigation

HOW TO RUN THE PROJECT

Things that need to be installed:

  • Python
  • Node.js
  • React
  • NPM

Switch to the backend by typing 'cd backend' into the terminal and make sure these python packages are installed:

  • pip install Flask (pip3 install Flask for MAC)
  • pip install Flask-SQLAlchemy (pip3 install Flask-SQLAlchemy for MAC)
  • pip install flask-cors (pip3 install flask-cors for MAC)

To run, make sure you're in the backend directory and type:

  • python main.py

Split the terminal and switch the second terminal to the frontend by doing 'cd ..' and then 'cd frontend' Then to run the frontend, type this into the terminal:

  • npm run dev

About

Full Stack project utilizing Python and Javascript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published