Skip to content

Shyoy/Todo_React_Flask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started


Initial Setup

Backend:

  1. Create virtualenv:
    cd .\Back
    python -m venv venv
  2. Install all needed requirements
    pip install -r requirements.txt
  3. Run the server:
    python app.py

Frontend:

  1. Open new terminal:

    cd .\Front\REACT\ayp
  2. Install all needed requirements

    npm i
  3. Run the server:

    npm start

Learn More

React:

You can learn more in the Create React App documentation.

To learn React, check out the React documentation.

Flask:

To learn Flask, check out the Flask documentation.

To learn Flask-SQLAlchemy, check out the Flask-SQLAlchemy documentation.