Skip to content

idanb93/vayu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Vayu Home Assignment

Requirements

  • Have Docker installed on your machine.
  • The following ports should be available: 3001(backend), 5433(database).

Getting started:

Clone this repository:

cd https://github.com/idanb93/vayu.git
cd vayu

Initialize the application:

docker compose up

Usage:

Open Postman

Example Requests:

GET http://localhost:3001/get_all_users?limit=13&offset=5
GET http://localhost:3001/get_all_users?limit=10&offset=20
DELETE http://localhost:3001/delete_user_from_group?userId=1&groupId=1

About

A lightweight backend web server implemented in Node.js and TypeScript, using PostgreSQL for data persistence. The project is fully dockerized to provide a consistent local development environment.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors