An open API service indexing awesome lists of open source software.

https://github.com/sheninthjr/automatic-question-generator

Create seamless and personalized question papers effortlessly with our Question Paper Generator. Powered by React and TypeScript, this innovative tool automates the process, saving educators valuable time.
https://github.com/sheninthjr/automatic-question-generator

node postgresql prisma reactjs tailwindcss turborepo typescript zod

Last synced: 11 months ago
JSON representation

Create seamless and personalized question papers effortlessly with our Question Paper Generator. Powered by React and TypeScript, this innovative tool automates the process, saving educators valuable time.

Awesome Lists containing this project

README

          

# Automatic Question Paper Generator

This is an Turborepo project.

![Alt Text](/assets/Screen.png)

### 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