This project is a web platform that connects students with teachers! Teachers can register to teach and students can find teachers according to the subject and the desired schedule.
This is a project developed during ** [Next Level Week] (https://nextlevelweek.com/) **, carried out by ** [@Rocketseat] (https://github.com/Rocketseat) ** from 3 to 9 August 2020.
- HTML
- CSS
- JavaScript
- Node.js
- Nodemon
- Nunjucks
- SQLite
# Clone the repository
git clone https://github.com/r-moreira/nlw-proffy
# Enter the directory
cd proffy-discovery
# Download the dependencies
npm i
# Start the server
npm run dev
Now just open your browser and go to http://localhost:5500/
I used guilhermecapitao's README.md as a reference :)