Skip to content

Software and License Application Management Web Application

License

Notifications You must be signed in to change notification settings

bcgov/citz-imb-slam-app

Repository files navigation

GitHub

Lifecycle:Experimental The project is in the very early stages of development. The codebase will be changing frequently.

Software Licence and Application Management (SLAM)

This is the Server (frontend) for the SLAM API

How to Contribute

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.

Developer workstation setup

Create a .env file at the root of the project directory.

NEXTAUTH_URL=
NEXTAUTH_SECRET=
NEXT_PUBLIC_API_PORT=3001
NEXT_PUBLIC_API_PATH=api/v1
NEXT_PUBLIC_ISSUER=
NEXT_PUBLIC_CLIENT_ID=
NEXT_PUBLIC_CLIENT_SECRET=

Run the following command into local terminal:

docker-compose up --build slam-app

The following output in terminal should show that the SLAM! frontend container is healthy.'

To access the frontend container, navigate to localhost:3000 in your local browser.

Documentation

See detailed documentation in the documentation file.

About

Software and License Application Management Web Application

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages