Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 689 Bytes

README.md

File metadata and controls

47 lines (32 loc) · 689 Bytes

Automatic Question Paper Generator

This is an Turborepo project.

Alt Text

Install

First make yarn install for the root

$ cd Automatic-Question-Generator
$ yarn install

Build

To build all apps and packages, run the following command:

$ cd Automatic-Question-Generator
$ yarn build

Develop

To develop all apps and packages, run the following command:

$ cd Automatic-Question-Generator
$ yarn dev

To run frontend

$ cd Automatic-Question-Generator
$ yarn start:react

To run backend

$ cd Automatic-Question-Generator
$ yarn start:express

It will automatically generate the Docker compose file