A Reddit-style community platform for electriv vehical enthusiats. This is a web application built with Flask and HTML/CSS/JS and a mobile demo using React Native.
Prerequisites:
- Python 3.7+
pip(Python package manager)- (Recommend) Virtualenv
Instructions:
- Clone the repository and go to the web-portal folder:
git clone https://github.com/ridhimainukurti/evtask.git
cd evtask/web-portal- Set up a virtual environment:
python3 -m venv venv
source venv/bin/activate- Install dependencies:
pip install Flask- Run Flask:
python3 app.pyThe web app will be available at http://127.0.0.1:5000 Visit the link in order to access the website.
Prerequisites:
- Node.js
- Expo cli
- Android/iOS device for testing
Instructions:
- Go to mobile-app folder:
cd mobile-app- Install dependencies:
npm install- Start app:
expo startOpen the app in expo go app (scan the qr code)
| Username | Password | Role |
|---|---|---|
| admin | admin | Admin |
This account grants access to the admin dashboard feature.