Skip to content

monikakrawczak/pah-fm

 
 

Repository files navigation

pah-fm

Build Status Join the chat at https://gitter.im/CodeForPoznan/pah-fm

How to use Make?

We use Make to make to manage running our project. Run this command in terminal to see what Make commands are available:

make

How to debug backend?

Run in terminal:

make debug-backend

After finishing debugging detach from shell using CTRL+p and CTRL+q.

Initial admin credentials

We have 2 levels of admin users and 2 initial users - with and without Django Admin access:

username password Django Admin access
[email protected] cfp123 yes
[email protected] pah123 no

Deployment

Dev deployment is done manually by Jacek @jacol12345 (or @jacekbj - same person, different alias).

Backend runs on Heroku free plan. It is painfully slow and needs to warm up.

make deploy-backend-heroku

Frontend is deployed to Firebase:

make deploy-frontend-heroku

Links: https://pah-backend.herokuapp.com/admin/ - admin https://pah-backend.herokuapp.com/api/ - API https://pah-fm.firebaseapp.com - frontend

API documentation

Available at /api/docs/ URL. Documentation is available only to logged-in users (DRF quirk).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 40.8%
  • CSS 40.3%
  • Python 10.7%
  • Vue 5.4%
  • Gherkin 1.0%
  • Shell 0.8%
  • Other 1.0%