TransAction is a voluntary initiative sponsored by the Ministry of Transportation and Infrastructure (TRAN) Employee Advisory Forum (EAF) and the ministry executives. Employees are encouraged to reach out and forge teams of five with colleagues throughout TRAN. Employees exercise will earn "fitness points." Employees will not only compete against other teams, but their individual time will also help their geographic area compete in the 4-way battle between regions and headquarters.
- .NET Core 2.2 SDK
- Node.js 8+
- Microsoft SQL Server 2012+
- Pre-configured Keycloak Server
- Copy
TransAction.API/appsettings.json
toTransAction.API/appsettings.Development.json
- Update the vlaues in
TransAction.API/appsettings.Development.json
- Change working dir to
TransAction.API
and rundotnet restore
,dotnet run
- API Server can be accessed at
http://localhost:8080/api
- Copy
transaction-client/.env.local.sample
totransaction-client/.env.local
- Update the values in
transaction-client/.env.local
- Change working dir to
transaction-client
and runnpm install
,npm start
- Client can be access at
http://localhost:3000
- Update the environment values in
docker-compose.yml
- Run 'docker-compose up`
- API Server can be accessed at
http://localhost:8080/api
- Client can be access at
http://localhost:3000
If you would like to contribute, please see our CONTRIBUTING guidelines.
Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
Make Suggestions/Issues here! Issues are markdown supported.
Copyright 2018 Province of British Columbia
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.