Skip to content

hitbit-app/backend

Repository files navigation

Hitbit Build Status

Up and running

Development environment with docker

Development environment (debian)

  • Install Elixir

  • Install PostgreSQL:

    sudo apt install postgresql postgresql-client
  • Create postgres user:

    sudo -u postgres psql
    CREATE USER "psql-username" WITH ENCRYPTED PASSWORD 'psql-password';
    ALTER USER "psql-username" CREATEDB;
  • Run make dev


Now you can visit localhost:4000/graphiql from your browser.

Ready to run in production? Please check our deployment guides.

Learn more

About

No description, website, or topics provided.

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors