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

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.

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 ![Status badge](https://img.shields.io/badge/finished-red)

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)