gutkedu / inmana

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inmana


Inmana is an API to manage restaurant products that are about to expire, sending emails weekly to remind them.


🚀 Technologies

Install Inmana

--Open terminal--

#Clone repo from github
git clone https://github.com/joaopealves/Inmana.git

#Create postgres in docker
docker compose up --d

#Entry in Inmana folder
cd Inmana

#Install deps
mix deps.get

#if your postgresql is installed correctly, type
#Create Database and migrations
mix ecto.setup

#Open interactive terminal
iex -S mix

#Open Phoenix server
mix phx.server

#Exec test
mix test

References

  • NextLevelWeek 5.0 @Rocketseat

About


Languages

Language:Elixir 82.0%Language:CSS 17.1%Language:JavaScript 0.9%