Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 947 Bytes

README.md

File metadata and controls

38 lines (25 loc) · 947 Bytes

Fast Graduation Frontend

This is only frontend part of the "Fast Graduation" project using Nextjs. This project is a term project of 204361 Software Engineering, Chiang Mai University, Thailand.

What is Fast Graduation

Fast Graduation is a web application recommending the course that should be enrolled for super senior students to graduate as soon as possible.

Requirement

  • Docker compose repository for the api, backend data
git clone --recursive "https://github.com/Touutae-lab/FastGraduation-DockerCompose.git"
  • Node version 16.15.1 or newer
  • pnpm

Getting Started

First, run the docker compose:

# Supposed to be in FastGraduation-DockerCompose Folder
docker compose up -d
# Stop frontend part of docker for developing
docker compose stop frontend

Then, run the development server:

pnpm dev

Open http://localhost:3000 with your browser to see the result.