8000 GitHub - Wojtek130/Event-Manager-App: Implementation of an Event Manager App. Frontend - React Native, Backend - Django
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Wojtek130/Event-Manager-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event-Manager-App

How to run event manager app?

Backend server

Create python virtual environment and enter it

Linux:

python3 -m venv venv
. venv/bin/activate

Windows:

python -m venv venv
.\venv\Scripts\activate

Install all required packages:

pip3 install -r requirements.txt

Migrate the db and run the server:

cd backend
python3 manage.py migrate
python3 manage.py runserver

Mobile client

Install all required packages:

cd frontend_mobile
npm install

Run expo app:

npm run web

About

Implementation of an Event Manager App. Frontend - React Native, Backend - Django

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0