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.
- Host: GitHub
- URL: https://github.com/sheninthjr/automatic-question-generator
- Owner: sheninthjr
- Created: 2023-10-25T17:22:57.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-11-06T20:46:54.000Z (over 2 years ago)
- Last Synced: 2025-04-10T04:53:49.794Z (about 1 year ago)
- Topics: node, postgresql, prisma, reactjs, tailwindcss, turborepo, typescript, zod
- Language: TypeScript
- Homepage: https://automatic-question-generator-client.vercel.app
- Size: 1.87 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Automatic Question Paper Generator
This is an Turborepo project.

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