Skip to content

hack4impact-mcgill/MADA-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MADA-v2

Database

Make sure you have Docker Desktop on your machine. To spin-up the database:

docker-compose up -d 

To view all containers:

docker ps -a 

To stop containers without removing them:

docker-compose stop 

To stop containers and remove them (along with their volumes—this will drop all tables from the database!):

docker-compose down -v 

The URL for the (development) database in container is "postgresql://mucrm:mucrm@localhost:5432/postgres"

Useful links

  1. Database diagrams: https://drive.google.com/file/d/13aiD-ivql-npTbgwyLVry0ToKAMEZFpc/view
  2. API: https://docs.google.com/document/d/1IMIw5tTVAvfnxY7_No3z4CgpIFXdjOJUdFV8HtjSVxw/edit?usp=sharing
  3. Project board: https://github.com/orgs/hack4impact-mcgill/projects/1
  4. Design files: https://www.figma.com/file/wkaZhz34mkZOYyhIKs7BEj/ui-mockups?node-id=358%3A203

Developer Team

Devs: Peter Rong, Jessica Li, Hamza Farooq, Kihyeok Kim, Samantha Perez Hoffman

Project Managers: Camilla Djamalov, Kathleen Younge, Oluchi Akinfenwa

Tech Lead: Maite Kramarz, Selena Jin, Stephanie Fontaine

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages