Skip to content

asyade/rave-app-backend

Repository files navigation

Database setup (initial)

  1. Set your DATABASE_URL environement variable to a valide postgresql database address, ex: postgres://postgres:postgres@localhost/postgres
  2. Create the database using sqlx-cli
    sqlx database create
  3. Run migrations
    sqlx database create

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published