Skip to content

mogbeyi-david/events-tracking-api

 
 

Repository files navigation

Github Event Tracking API

A REST API built with Node.js to keep track of githhub events, their actors and repositories and allow querying based on events, actors and their events streaks. The purpose of this project is to show a Clean Architecture way of building framework agnostic APIs in node.js

How to Run

Ensure you have npm(>= 8.14.0) installed, then run:

npm start

Database

The codebase use sequelize and defaults to sqlite. You can change the database of choice's configuration inside dao/index.js and everything should work as it.

About

Node.JS API for handling Github Events

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 98.2%
  • HTML 1.3%
  • CSS 0.5%