Learning Management System
To run this application you need to start both the frontend React app and the backend Flask server.
- Navigate to the Frontend directory (cd
/Frontend
) npm install
- Use
npm start
to start the React app- You should now be able to access the project from the browser at
http://localhost:3000
- You should now be able to access the project from the browser at
In a separate terminal start the backend.
Please refer to the README.md
found in the /backend
directory