Skip to content

rok131/test_repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocks Service Prototype

This repository contains a small prototype for a group subscription matching service called Rocks. It uses Node.js with Express to implement a few core features. The code is organized under the src/ directory using ES modules:

  • User registration and login
  • Creating a party for a subscription service
  • Listing parties and joining an existing party

The server stores data in memory and is intended for demonstration purposes only.

Requirements

  • Node.js 16 or later

Installation

npm install

Running the server

npm start

The server listens on http://localhost:3000.

Running tests

npm test

The tests perform a simple registration, login, party creation and join flow to verify that the endpoints work as expected.

About

test_hosting

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors