Skip to content

olikami/MA_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MA_App

This application persists of two parts, the mobile application (in folder app) and the backend (in folder backend).

Backend

The backend application is a DRF application. The application is started as follows:

  1. Created venv
python -m venv venv
  1. Activate virtual environment
source venv/bin/activate
  1. Install pip-tools
pip install pip-tools
  1. Sync needed packages
pip-sync
  1. Start python server
python manage.py runserver

Applicaiton

To use the application XCode is needed. A valid Apple Developer license may be needed.

  1. Open app in XCode
  2. Install requireed packages through SPM
  3. Compile applicaiton for simulator or other traget
  4. Run application

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published