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.
What things you need to install the software and how to install them NodeJS Android Studio Mysql Server 8.0
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
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
ipconfig
ifconfig
- Nodejs - The web framework used
- Mysql - Relational Database Management
- [Android] (https://developer.android.com/docs/) - Android app development framework