It is a Database Management project where we handled a lot of simple and complex sql queries and plsqls. Here we use Node.js as backend, React for frontend, Oracle SQL for Database Management system and lot of packages for view map, send emails, generate pdf, view chart, upload image, encryption and much more. We use socket.io for realtime updates. We keep the UI as simple as possible.
- Search Parks: Search for parks nearby your location or by name, city, or state.
- Notifications: Get realtime notification.
- Addition Vehicle Deatails: Add vehicle info to get features easily.
- Vehicle Care: Get long time or short time care for your vehicle.
- Park History: Get history of your parked vehicle.
- Vehicle Entry Exit: Vehicle entry and exit features for
parking management
. A pdf receipt will be generated for each exit. - Cost and Abilities: Setting cost and abilities for short or long term features for
parking management
. - Garage History: See the history of parks with filtering for
parking management
facilities. - Add New Park: Add a new park for
admin management
. - Payment Management: Management of payment for
admin management
. See and notify for due payments. - Realtime Support: Have a realtime chat with admin panel feature for any queries.
- Clone the repository.
git clone https://github.com/Tamal267/vehicleExpresso.git
- Install the dependencies & run.
- For backend:
cd backend
npm install
npm run dev
- For frontend:
cd frontend
npm install
npm start
- Ensure your database setup. See the
.sql
files.