Skip to content

jourdanrodrigues-tests/test_4

Repository files navigation

Interview Test 4

Environment setup

Notes:

# Clone repo
mkdir yousician-test && cd $_ && git clone https://github.com/jourdanrodrigues-tests/test_4/ .

Development

./compose.sh dev up # Run servers
./compose.sh dev run backend pytest # Run tests

Production

./compose.sh up # Run servers
./compose.sh run backend pytest # Run tests

After running the up command, you should have access to the frontend app at http://localhost:3000/ and the backend app at http://localhost:5000/

Test Requirements

Check the original test requirements here. Also, check the UI reference.

About

Python/Flask w/ MongoDB and JS/React (Yousician)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published