Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 1.48 KB

README.md

File metadata and controls

46 lines (36 loc) · 1.48 KB

📝 RepoProvas

RepoProvas came to help students to find old exams from Chemistry course in one place and no longer have hunt it in the university or even spend lots of money with photocopies!!
In this application students can upload an exam saved online as pdf and search old exams by subjects ou by teachers!

Try it out now at https://repoprovas-nu.vercel.app/

🔹🔹About

This is a web application where people can send a old exam and search for old exams by teacher or by subject. Below are the implemented features:

  • Exam search by Subject
  • Exam search by Teacher
  • Required fields to fill to send an exam
  • Successfully page when a sent is done successfully

🔹🔹Technologies

🔹🔹How to run

  1. Clone this repository
  2. Clone the back-end repository at https://github.com/jumeneguete/repo-provas-back
  3. Follow instructions to run back-end at https://github.com/jumeneguete/repo-provas-back
  4. Install dependencies
npm i
  1. Run the front-end with
npm start
  1. You can optionally build the project running
npm run build
  1. Finally access http://localhost:3000 on your favorite browser.