Skip to content

My FYP project for BSc Computer Science at the University of Birmingham

Notifications You must be signed in to change notification settings

MFRaja/SyncLearn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

dfbebbc · Jul 1, 2024

History

21 Commits
Apr 23, 2023
Apr 27, 2023
Apr 19, 2023
Apr 28, 2023
Apr 19, 2023
Jul 1, 2024
Apr 28, 2023
Apr 28, 2023
Apr 19, 2023
Apr 28, 2023

Repository files navigation

SyncLearn - Final Year University Project

Dissertation: https://drive.google.com/file/d/1MlrYLo99QAOAK5mxXRJsTr5XQVNpONd5/view?usp=sharing

#How to Run

How to run this project on your local machine.

  1. Clone the project from here https://github.com/MFRaja/StudyLearn

  2. Then you need to install all the dependices that this project uses which can be done simply by entering this command

npm install
  1. Then you will need to load your own environment variables inside a .env file. Add the .env file to the .gitignore file. The environment variables will be provided in the "env" file. In the case that they are not, or if DigitalOcean no longer hosts the managed database, then you can create a MySQL server with a table with 4 fields. These 4 fields are "id", "name", "email" and "password".

  2. Enter this command

npm start

and then you can access the application through http://localhost:3000/ endpoint.

About

My FYP project for BSc Computer Science at the University of Birmingham

Resources

Stars

Watchers

Forks