Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 350 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 350 Bytes

UIUC Course Scheduler

Prerequisites

  • python
    • See server/requirements.txt
  • nodejs
  • MongoDB
    • add MongoDB connect token and database to .env file

Development

Server

  • Run python server in server folder using python server.py

React-native app

  • Start react native app in course-scheduler folder using npm start