CombAPI

Git Repo


CombAPI is my first ever full-stack application, albeit the front-end is lacking compared to the rest. The project is an Express.js API that fetches data from a sqlite database. Requests can be made by the user either through specific tools such as cURL, or Postman, or they can also be made through the front-end.


The front-end is purely HTML & CSS, rendered by Express using Pug as a templating engine. The database and it's tables are loosely based on what you'd find in the database of a VoIP application such as Discord, or maybe Slack.
The full documentation on specific routes, and what they do is available at the GitHub repository.