/be-the-hero-api

API RESTFUL da semana omnistack 11.1 (be the hero) 🚀

Primary LanguageJavaScript

BeTheHero 🤘🏻

Back-end project released at the omnistack week

Access the other repositories related to the omnistack week on my GitHub 🤓

Setup 🖖🏻

  • Clone the app:
git clone https://github.com/lucasfontinele/be-the-hero-api
  • Install dependencies
yarn

or

npm -i
  • Edit the file knexfile.js in project root following your database options

  • Run application with development configs

yarn dev
  • Run application with production configs
yarn start

License 📚

This project lives under MIT License. See LICENSE for more details