RepoProvas is a system for students to share their exams.
Deployment: RepoProvas
- Create a new account
- Login and logout
- Add a new exam
- See all the exams from a discipline sorted by terms
- See all the exams sorted by instructors
- Search for a discipline or a instructor to see only their exams
- Clone this repository
git clone git@github.com:acolima/repoprovas.git
- Go to the project directory
cd repoprovas
- Install dependencies
npm i
- Run project with
npm run dev
- You can optionally build the project running
npm run build
- Finally access
http://localhost:3000
on your browser (port number may vary in some cases)
⭐ The requests are made from a URL that must be placed in an enviroment variable in the .env
file (see .env.example
file)
⭐ You can check the back-end repository of this project here and follow the instructions to run