Rentit is a simple web application for renting vehicles.
- Can show all products ready for rent.
- Can create new products, update and delete them.
- Create add new users, edit and remove them.
The setups steps expect following tools installed on the system.
- PostgreSQL 13.1
- Github
- Heroku
Visit the site at the URL: http://localhost:3000
- Create a Heroku user account
- Install the Heroku CLI
- Login into your Heroku account:
$ heroku login
- Initialize and commit your code to git
$ git init
$ git add .
$ git commit -m "Initial commit"
- Deploy the app to Heroku
$ heroku create
$ git push heroku master
- Visit the app in browser
$ heroku open