Skip to content

TuntematonSotilas/train_ops_api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

train_ops_api

API for Train Ops

Install / check required tools

Make sure you have basic tools installed:

Configure

Configure environment variables :

Copy the file .env.example to a new file named .env And set your variables in this file

Run

Run : cargo run

Test : http://localhost:8080/login

Lint

cargo clippy

Docker

  1. Build : docker build -t train_ops_api .
  2. Run : docker run -p 8080:8080 train_ops_api
  3. Test : http://localhost:8080/login

About

API for Train Ops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages