Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learning project

Simple api using rust axum mainly. It is a learning project to discover jwt authentification and backend development using rust.

Setup install

Required tools: Docker, docker-compose, rust, make

  • Set a .env file at the root of the project
POSTGRES_PASSWORD=<TODO>
POSTGRES_USER=<TODO>
POSTGRES_DB=<TODO>
DATABASE_URL=<TODO>
  • Start the db and the api server
make start-service
  • Stop the service
make clean-service

Or restart

make restart-service

Test the ready endpoint

make get_readyz_response

About

Learning rust

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages