This is the pre-assignment for Solita Dev Academy Finland fall 2022.
- Make
- Docker
- Curl
Assuming your system has all the dependencies listed above, clone this repo:
git clone [email protected]:lifeBalance/solita.git
Change into the folder you just cloned:
cd solita
To get the setup be up and running execute the following command:
make memories
Please, be patient, it takes some time to seed the database 🙂.
Point your browser to http://localhost:5000/ where the app should be available.
- Check the assignment here.
- Check my notes here.