Skip to content

Team-SegFault/GoSL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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]

About

Flutter Mobile App Frontend for GoSL App.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published