Skip to content

Latest commit

 

History

26 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contactbook API in Rust

Setup

  1. Install Docker and docker-compose

  2. create .env file with:

    DATABASE_URL=postgres://postgres:postgrespw@localhost:5432
    POSTGRES_PASSWORD=postgrespw
  3. Build Dockerimage by running

    docker build -t rust-api .

Run locally using docker

  1. Run following command in your terminal

    docker compose up 
    or
    docker-compose up 
  2. Open up your broser or API tester like Postman and head to localhost:3000

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages