Docker needs to be installed. Once installed, you can run the following:
make setup
make run
Then navigate to
- http://localhost:9000 for the oneaps site
- http://localhost:9000/api/index.html for swagger docs
- http://localhost:9080 for pgadmin
First create a database called oneaps
in your local postgres. This can be done using pgadmin.
make update_db
Create a bucket in localstack. Execute this after local stack is running
make create_bucket
Show logs as they come through the client and api
make show_log
make create_migration <NewMigration>
Once this executes, look for the new migration in `api/Services.Sql/Migrations/
make script_db
make stop