This project is focused to bring teachers and students closer together and speeding the classroom search.
Application designed by Rockeseat by Next Level Week #2
Typescript
React
NodeJS
JWT
KnexJS
Nodemailer
ExpressJS
SQLite
MulterJS
MomentJS
Dotenv
BCrypt
- Password Reset
- Registration Confirmation
- Auth: JWT Token and Refresh Token
- Login
Clone Repository:
git clone https://github.com/raulduartep/proffy2.0.git
Run Api
# Go to server folder
$ cd Proffy2.0/server
# Install Dependencies
$ npm install
# Run Aplication
$ npm start
Run Web
# Go to web folder
$ cd Proffy2.0/web
# Install Dependencies
$ npm install
# Run Aplication
$ npm start