Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 546 Bytes

File metadata and controls

21 lines (14 loc) · 546 Bytes

Introduction

A simple website to show marking information of students.

Start

Running backend

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

Config database connection

In /api/index.js file, find database config, put your username and password of phpmyadmin, save. Image

Start backend by this command:

yarn start

App will run in http://localhost:3000