# README
PowerSSO
PowerSSO is a authenticator and user manager for systems (under construction)
If you want to use a web interface, run the project.
š How to run the project
š Before starting, you will need to have the Golang language installed on your machine.
š§ Running the application
# 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
šÆ How to contribute to the project
- 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
Contributors
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author