Skip to content

coolguy525/apsis-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Apsis API

A backend API service for managing team step counters in a leaderboard format. This application allows teams of employees to track and manage step counts, view leaderboard rankings, and more. Implemented in Node.js with TypeScript.

Features

  • Create and delete teams
  • Create and delete step counters for team members
  • Increment steps for individual counters
  • Retrieve total steps for a team
  • List all teams with step counts for leaderboard ranking

Tech Stack

  • Backend: Node.js, TypeScript, Express

Getting Started

Prerequisites

  • Node.js >= 14.x
  • npm or yarn

Installation

  1. Install dependencies:
    npm install
    # or if using yarn
    yarn install
  2. Start the server:
    npm start
    # or if using yarn
    yarn start
    

By default, the server runs on http://localhost:3000.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published