Skip to content

muNeves3/Proffy-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functionalities

🔀 Connections

-Route to list the total connections made;

-Route to create a new connection;

📓 Classes

-Route to create a new class;

-Route to list the Classes;

-Route to filter classes by time, subject and week day;

💻 Technologies

Typescript

knex

sqlite3

📦 Run API

Clone repository

$ git clone https://github.com/muNeves3/Proffy-server
$cd Proffy-server

Install the dependencies

$npm install

Run the application

$npm start

Routes to test