A web api that lets you manage (create, query, modify and delete) food recipes.
You can create your own recipes as well as query other's recipes.
Deployed on Heroku
In order to run the application, you need to run the following commands:
-
Clone the repository
git clone https://github.com/sanchezegido/recipedia
-
Enter project directory
cd recipedia
-
Enter
sbt
console./sbt
-
Run the application
run
-
And then, open
http://localhost:9000
on your browser to see the running web application.
Instructions on how to make calls to the api can be found when running http://localhost:9000
on your web browser.
In order for
http://localhost:9000
to work, application must be running
This project is licensed under the MIT License - you can do anything but you need to attribute the author.