Skip to content

Latest commit

 

History

History
62 lines (46 loc) · 1.39 KB

README.md

File metadata and controls

62 lines (46 loc) · 1.39 KB

Overview

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

Technologies

Typescript
React
NodeJS
JWT
KnexJS
Nodemailer
ExpressJS
SQLite
MulterJS
MomentJS
Dotenv
BCrypt

functionalities

  • Password Reset
  • Registration Confirmation
  • Auth: JWT Token and Refresh Token
  • Login

Installation

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

License

MIT