Skip to content

spielgestalt/therealworldflutter_vapor

Repository files navigation

TheRealWorld Vapor

A Real World REST API Example in Vapor

Development Machine Specs

Setup Project

Setup Database

docker pull postgres

and start the server with

docker run --name therealworld_vapor -e POSTGRES_DB=therealworld_vapor \
  -e POSTGRES_USER=vapor -e POSTGRES_PASSWORD=password \
  -p 5432:5432 -d postgres

About

A Real world REST API with Authentication

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published