- Permission based JWT Authentication
- Postgres SQL Setup
- Extension of Request Class
- Abstract WebController
- Install docker, docker-compose
- Clone this repository and cd to project folder
- From project folder build image
docker build -t dartserverstarter .
- Run
docker-compose up
- Go to 127.0.0.1:8080, Adminer should open
- Login to adminer. Use credentials from config.dart or from docker-compose.yml. If you change the credentials be sure to change at both places
- Import the migration from lib/migration/ folder.
- Go to 127.0.0.1:8000 , If you see 404 not found then Congratulations!