This project is a simple API to control restaurants' supplies that are about to due in the current week and send email to the restaurants' managers with the list of supplies.
This project was developed in Next Level Week as the final project.
GET - api/supplies/{id}
GET - api/supplies
POST - api/restaurants
POST - api/supplies
- Clone this repository
git clone https://github.com/pferreirafabricio/inmana.git
; - Enter in the project's folder:
cd inmana
- Install all project's dependencies:
mix deps.get
- Create and migrate your database with
mix ecto.setup
- Start Phoenix endpoint with
mix phx.server
- Finally you can visit
localhost:4000
from your browser 😃
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
- Commit your changes:
git commit -m 'feat: My new feature'
- Push your branch:
git push origin my-feature
This project is under the MIT license. Take a look at the LICENSE file for more details.
- Official website: https://www.phoenixframework.org/
- Guides: https://hexdocs.pm/phoenix/overview.html
- Docs: https://hexdocs.pm/phoenix
- Forum: https://elixirforum.com/c/phoenix-forum
- Source: https://github.com/phoenixframework/phoenix