Skip to content

yeboah326/birthday-reminder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Project Setup

Setup the database

Create all tables in the database

docker-compose exec backend python3 run.py create_db

Accessing the database docker-compose exec db psql --username={your_username} --dbname={your_dbname}

Access flask shell

docker-compose exec backend flask shell

Running Tests

Running a single test from a test file

docker-compose exec backend pytest api/tests/name_of_test_file.py::name_of_test -vv

Run all tests in a single test file

docker-compose exec backend pytest api/tests/name_of_test_file.py -vv

Run all test files in a single directory docker-compose exec backend pytest api/tests/ -vv

Notes

Design

https://www.figma.com/file/BFY4kEKf0ewe8VBAodc7lr/birthday-reminder?node-id=0%3A1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published