8000 GitHub - katikursitis/ts-api: Simple api
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

katikursitis/ts-api

Repository files navigation

ts-api

Simple api with type script

The project is running with docker

For running this project you need docker and docker-compose to be installed on you pc

To build docker image use command

  • sudo docker build -t ts-api:latest .
    To up all services use command
  • sudo docker-compose up
    To stop services use ctrl + c
    To down all services (recomended at the end)
  • sudo docker compose down

The project has to http routes
"http://localhost:3000/login"
"http://localhost:3000/validate"

Project include integration tests with mock data
username: David
password: test

After the all services is running with docker you can check requests manually with postman and also you can see logs and test results in terminal

About

Simple api

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0