a web applicataion for landlords to manage tenants, properties, and parts.
this project is very new and is great for first time or long time contributors. The application is running on a subdomain of azurewebsites.net until we get an application that is usable. Right now, there is some functionality but a lot of work lef todo. When the community sees fit (the community is you and I) then I will go ahead and route the main domain name to the application so that consumers can start using the application.
come chat with contributors https://gitter.im/mentorient/Lobby
- fork the application
- clone the app to your commputer
git clone https://github.com/your-user-name/mentorient
- run
git remote add upstream https://github.com/mentorient/mentorient
- make sure you are on the master branch and run
git pull --rebase upstream master
. This will make sure you are up-to-date with the main repo. - Create a branch, fix or add something, commit your code, then create a pull request.
- cd into the folder that contains mentorient.csproj
dotnet restore
dotnet ef database update
dotnet run
I have CI/CD setup on the server. so, if your pull request is merged, the server will test the build then push the code to production. If you have anyquestions feel free to create an issue.