Skip to content

OLD - CRUD REST API that is working with typescript. The database is the same that the project called "MVC-Architecture". It is also following this architecture

License

Notifications You must be signed in to change notification settings

Joliwood/REST-API-Tournaments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to REST API Tournaments

Context

A REST API that is working with typescript. The database is the same that the project called "MVC-Architecture". It is also following this architecture

What is it for ?

This REST API is hosted by Railway.app and the PSQL DB hosted on neon.tech. You can check the API with all url disponibles to fetch on your applications :

GET : https://rest-api-tournaments.up.railway.app/tournaments -> Get all tournaments

GET : https://rest-api-tournaments.up.railway.app/tournament/:id -> Get a specific tournament

POST : https://rest-api-tournaments.up.railway.app/createtournament -> Create a new tournament

DELETE : https://rest-api-tournaments.up.railway.app/deletetournament/:id -> Delete a tournament

PATCH : https://rest-api-tournaments.up.railway.app/modifytournament/:id/:newname -> Modify a specific tournament (has to be create in the last 5 minutes)

How to read commits in this project

⚡ = Minor correction / debug
🚧 = Work in progress
🗃️ = Datas or contents updated
🔨 = New functionnality / component
📝 = Readme / Code comments / Documentations
🚨 = Security
✨ = Clean code

About

OLD - CRUD REST API that is working with typescript. The database is the same that the project called "MVC-Architecture". It is also following this architecture

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published