Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Ev Community Portal

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.

Table of Contents


Web Portal

Setup & Run

Prerequisites:

  • Python 3.7+
  • pip (Python package manager)
  • (Recommend) Virtualenv

Instructions:

  1. Clone the repository and go to the web-portal folder:
git clone https://github.com/ridhimainukurti/evtask.git
cd evtask/web-portal
  1. Set up a virtual environment:
python3 -m venv venv
source venv/bin/activate
  1. Install dependencies:
pip install Flask
  1. Run Flask:
python3 app.py

The web app will be available at http://127.0.0.1:5000 Visit the link in order to access the website.


Mobile App (React Native)

Setup & Run

Prerequisites:

  • Node.js
  • Expo cli
  • Android/iOS device for testing

Instructions:

  1. Go to mobile-app folder:
cd mobile-app
  1. Install dependencies:
npm install
  1. Start app:
expo start

Open the app in expo go app (scan the qr code)


Demo Account

Username Password Role
admin admin Admin

This account grants access to the admin dashboard feature.


About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages