Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 343 Bytes

README.md

File metadata and controls

27 lines (19 loc) · 343 Bytes

Inomu

An application where you can discover cocktail recipes and also share your new discoveries!

Built With

  • NodeJS
  • Express
  • PostgreSQL

Getting started

To start the server locally:

npm run dev
# or
yarn dev

In the .env.local file:


DB_USER=<postgres user>
DB_PASSWORD=<password>
DB_NAME=inomu_backend