ChubbsBunns / Kakilang

Kakilang means "Our own People"! Using our web application to meet your kakis on campus!
1 stars 1 forks source link

Reworking of backend for a more RESTful API #31

Closed WillCWX closed 2 years ago

WillCWX commented 2 years ago

The backend right now consists of verbs like /add /login /get which is not restful. These should simply be replaced with their corresponding nouns together with appropriate GET/POST/PATCH/DELETE requests. Some backend features are also missing like server-based filtering.

This rework should allow for easier and more scalable implementations of Messaging, Event & Profile Customization.

WillCWX commented 2 years ago

The api looks like this as of today, API Overview