This is a project developed during the Next Level Week #2 created by Rocketseat. Proffy is a web and mobile application designed to connect students and teachers around the world. In Proffy teachers can register classes, define the course, schedule and cost. And the students can search for classes.
You need to have it installed on your computer: Git and Node. And also a code editor like Visual Studio Code
# clone the project
git clone https://github.com/HenriqueEstanislau/Proffy
# go to the folder nlw
cd nlw
# Install the dependencies
npm install
# To start
npm run dev
# The server start in door:5500
# Access http://localhost:5500
Tools used in the construction of the project:
- HTML
- CSS
- JavaScript
- NodeJs
- Nodemon
- Nunjucks
- SQLite
- Sqlite-async
- Express