Try the ManageMan demo program here: https://manageman.herokuapp.com/
| Username | Password |
|---|---|
| Admin | 1234 |
| User | 1234 |
- Java 11 or above
- MySQL 8
To run the application locally, clone the project to a workspace.
git clone https://github.com/RandomHat/ProjectManageMan.gitOpen project in an IDE of your choice (works flawlessly in IntelliJ)
Create and connect the Database built from the MySQL script.
Run spring application, and connect to localhost:8080
- Sign up for a MySQL database hosting service. We recommend Jaws_DB free option.
- Create a database using the accompanying MySQL script.
- Format your database credentials in the following form:
mysql://{username}:{password}@{Host URL}:{port}/{schema}
And link it to the environment variable JAWSDB_URL
- Host MySQL database (see above)
- Fork ManageMan repository
- Create app on Heroku
- Connect Github repository
- Set environment variable
JAWSDB_URLto format as described above. - (optional) Enable automatic redeployment on commit to master branch
- Host 😎
