Skip to content

Latest commit

 

History

History
51 lines (34 loc) · 666 Bytes

README.md

File metadata and controls

51 lines (34 loc) · 666 Bytes

Gosl

Structure

This project has the following structure:

  • Frontend
  • Backend
  • Admin App

Getting Started

Frontend

Flutter Based Mobile App

To Set Up

Navigate to Frontend Folder

cd Frontend

Then run the flutter app on your device using

flutter run

Backend

To Getting Started with the backend, you need to create venv and install the dependencies.

cd Backend
python3 -m venv .
source bin/activate
pip install -r requirements.txt

Admin

Made with React

To start the admin app, navigate to the Admin Folder, install the node modules and then run

cd Admin
npm install
npm run [profile]