URL: https://osu-cs467-team-chinchillas.herokuapp.com/
- Register as an adopter user on the Sign up page.
- Go to the Login page and login with the information you have registered.
- Animal profiles will appear and you can browse the profiles of your favorite animals.
- If the animal status is available, you can click the "Adopt this animal" button to send an adoption request to the shelter.
- Click "advanced" next to the search bar to narrow down the list of animal profiles.
If you run the app for the first time, please run this command.
docker-compose up --build
Press Ctrl+C to quit
Next time, you just run
docker-compose up
First, go to front_end directory.
cd animal_adoption/front_end/
Then, run the following commands
npm install
npm start
make reset_local_sqlite
First, check your container id
docker ps
Then, run the command.
docker exec -it {CONTAINER_ID} /bin/bash
After connecting to your container, if you want to initialize your DB data, run the following command
python animal_adoption/models/initialize_db_data.py