https://github.com/alejandro945/test-app
A new educational institution has decided to implement a new evaluation modality, which will be applied to students virtually. For this, we have develop a tool that allows teachers to create questionnaires and students to answer them.
https://github.com/alejandro945/test-app
expressjs material-ui nextjs reactjs
Last synced: 4 months ago
JSON representation
A new educational institution has decided to implement a new evaluation modality, which will be applied to students virtually. For this, we have develop a tool that allows teachers to create questionnaires and students to answer them.
- Host: GitHub
- URL: https://github.com/alejandro945/test-app
- Owner: alejandro945
- Created: 2022-04-19T00:02:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-05T02:32:17.000Z (about 4 years ago)
- Last Synced: 2025-05-17T00:11:15.886Z (about 1 year ago)
- Topics: expressjs, material-ui, nextjs, reactjs
- Language: JavaScript
- Homepage:
- Size: 473 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
Welcome to our Next JS proyect!
# Test App 
The application has two roles, these two roles are teachers and students. For this reason at the time of login we can choose the desired role.
## Getting Started
To start you must have Node.Js installed on your machine. If you don't have it installed, you can [click here](https://nodejs.org/es/download/).
Once Node JS is installed, we must install the dependencies in the cloned repository, to achieve this, we must execute the following commands in the terminal with path in the folder where we have the program folder.
```bash
npm i
# and then
npm i pg
```
With the dependencies installed we can run the program on the server. Run the development server:
```bash
npm run dev -p 3000
# or
yarn dev -p 3000
```
Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Built With
## Versioned
## Learn More
In some cases you can get the following error: `Port 3000 is already in use`. We give you a posible solution that use npx (Node Package Execute) `npx kill-port 3000`.
## Deploy on Vercel
The easiest way to deploy your Next.js app is to use the [Vercel Platform](https://vercel.com/new?utm_medium=default-template&filter=next.js&utm_source=create-next-app&utm_campaign=create-next-app-readme) from the creators of Next.js.
## Developers
* **Alejandro Varela** - [Alejandro Varela](https://github.com/alejandro945)
* **Gabriel Suarez** - [Gabriel Suarez](https://github.com/GabrielSB19)