PowerSSO is a authenticator and user manager for systems (under construction)
If you want to use a web interface, run the project.
π Before starting, you will need to have the Golang language installed on your machine.
# Clone this repository
$ git clone https://github.com/isaqueveras/powersso
# Access the project folder in your terminal/cmd
$ cd powersso
# Install the dependencies
$ go mod tidy
# Run postgres database
$ make dev
# Run the migrations
$ make migrate-up
# Run the application in development mode
$ go run main.go
- The backend will open on the port:5000 # access http://localhost:5000
- Fork the project.
- Create a new branch with your changes:
git checkout -b my-feature
- Save the changes and create a commit message telling what you did:
git commit -m "feature: My new feature"
- Submit your changes:
git push origin my-feature
If you have any questions, check this GitHub Contributing Guide