A simple website to show marking information of students.
Turn on the terminal in Visual Code Studio and type the following command to go to api folder:
cd api
Install dependencies by:
yarn install
In /api/index.js file, find database config, put your username and password of phpmyadmin, save.

Start backend by this command:
yarn start
App will run in http://localhost:3000