Skip to content

cedt-se-project-modlangtumproject created by GitHub Classroom

2110503TACEDT66/cedt-se-project-modlangtumproject

Repository files navigation

XมดllรJທำโປSlจຄ

Installation

We have 2 ways to install

1. Docker

  1. Install docker and Docker Compose if you don't have them already.

  2. Run docker compose (-d is for detach)

      docker compose up
  3. (optional) if you want to rebuild it

      docker compose down
      docker compose up --build

2. NPM

Frontend

  1. Navigate to frontend directory
      cd Frontend
  2. Install depencies
      npm install

Backend

  1. Navigate to backend directory
      cd Backend 
  2. Install depencies
      npm install

Usage

Frontend

  1. Start the frontend development server
      npm start
  2. Open your browser and visit http://localhost:3000

Backend

  1. Start the backend server
      npm start
  2. Open your browser and visit http://localhost:5000 and document on: http://localhost:5000/api-docs

Review Assignment Due Date

About

cedt-se-project-modlangtumproject created by GitHub Classroom

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 10