Skip to content

AP-Atul/Car-Rental-App

Repository files navigation

OutStation

SDL mini-project. A car rental app using Android, Nodejs and MySql. OutStation allows it's users not only to rent cars but also rent their cars out to other users; All you have to do to rent out a car is fill some basic details and the location of the car and that's it the car can then be rented by others. OutStation also provides live tracking of the state of the transaction of the car to the tenant, owner and driver of the car which is assigned by the app.

Screenshots

Renting out a car(lend)

owner

Rent a car

carrent

Prerequisites

What things you need to install the software and how to install them NodeJS Android Studio Mysql Server 8.0

Installing

1)to install nodejs

sudo apt install node

1)to install MySQL

sudo apt install mysql

End with an example of getting some data out of the system or using it for a little demo

Deployment

cd nodeserver
node server.js

Install apps on your mobile. Set the IP address while logging in or registering.TO check IP of your machine

Windows

ipconfig

Linux

ifconfig

Built With