Skip to content

GaraJao/api

Repository files navigation

preview

License version

📦 Installation and execution

# Cloning the repository and accessing the directory
git clone git@github.com:GaraJao/api.git && cd api

# Installing the dependencies
yarn install

# Generating database migration
yarn migrate:generate

# Running migration on database
yarn migrate:run

# Running database inserts
yarn seed

# Running project
yarn dev
Rename the .env.example file to .env and fill in the parameters.

🛠️ Technologies

📄 License

MIT © GaraJão