Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 704 Bytes

README.md

File metadata and controls

24 lines (22 loc) · 704 Bytes

Tutors4U(F)

by Oliver Jen, Yining Liu, Benjamin Smith, James Chen

Installing

  • download Node.js from the official website
  • npm i
  • npm install firebase
  • npm install firebase-admin
  • go to frontend directory
  • npm start

Development

Currently I have React and Flask communicating. React simply sends a JS Date object to Flask, and it gets printed out to the screen whenever you press login. "Time received" also gets sent back to the frontend and console logged. To run the app run

npm start

from the frontend directory, and

flask run

from the backend directory after having initialized the virtual environment. Let me know if you need help with the virtual environment.