- This is a project done as coursework under NTU in 2023.
- Login and Register - Each user will have their own unique account to access the app.
- Search For Carparks - Users will be able to search for the destination they have in mind. After that, ParkNow will display cheap public parking near the location for the users to choose from!
- Navigate - Find the shortes, fastest route to your destination!
- Prices - ParkNow can show real time data of the availability and rates of the carpark.
- Favourite - Our app allows users to save carparks which they have found and allow to find them easily, at greater convenience.
- React Native - JavaScript library for building user interfaces.
- Django - Django is a high-level Python web framework that encourages rapid development and clean, pragmatic design.
- Python
- HTML
- JavaScript
- Frontend
- For App - Download APK file found in lab4 deliverables
- For Web - Make sure to install NodeJS & Npm first. Then run this command on the terminal/cmd
npm install npm start
- Backend
Make sure to install pip. Then run this command on the terminal/cmd at src file.
pipenv shell
Then cd into the backend folder and run these command
pipenv install
python manage.py runserver