Skip to content

A cross-platform mobile app for connecting individuals for fun and professional opportunities

Notifications You must be signed in to change notification settings

NhatTanVu/ProBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ProBuddy

A cross-platform mobile app for connecting individuals for fun and professional opportunities

Setup frontend (Flutter + Android Studio)

  1. Install Flutter
  2. Open "frontend" folder on Android Studio and run the mobile app

Setup backend (Django REST Framework + VS Code)

  1. Install Python
  2. Open command line on "backend" folder, and run:
  1. cd backend\Pro_Buddy_APIs
  2. python -m venv env
  3. env\Scripts\activate
  4. pip install -r requirements.txt
  1. Open MySQL and create DB named "pro_buddy" with Charset='utf8'
  2. Go back to command line, and run:
  5. python manage.py migrate
  6. python manage.py runserver

About

A cross-platform mobile app for connecting individuals for fun and professional opportunities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages