Skip to content

Website for the oneAPS Government Opportunities platform

Notifications You must be signed in to change notification settings

govau/oneAPS-website

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oneAPS

Setup and installation

Docker needs to be installed. Once installed, you can run the following:

make setup

Running

make run

Then navigate to

Setup database

First create a database called oneaps in your local postgres. This can be done using pgadmin.

make update_db

Create bucket

Create a bucket in localstack. Execute this after local stack is running

make create_bucket

Show logs

Show logs as they come through the client and api

make show_log

Create database migration scripts

make create_migration <NewMigration>

Once this executes, look for the new migration in `api/Services.Sql/Migrations/

Create SQL scripts

make script_db

Stop containers

make stop

About

Website for the oneAPS Government Opportunities platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published