This repository has been archived by the owner. It is now read-only.

great_idea

An app for great ideas!

great_idea

An app for keeping track of great ideas!

Setting up the project

  1. Install required dependencies, but skip Lucky CLI
  2. Install Docker
  3. Start up docker compose docker-compose up -d
  4. Create env file echo 'DATABASE_URL="postgres://postgres:@localhost:5434/postgres"' > .env
  5. Install project dependencies shards install
  6. Create lucky command ./script/create_lucky.sh
  7. Migrate database bin/lucky db.migrate
  8. Create seeds bin/lucky db.create_seeds
  9. Import Hasura metadata bin/lucky hasura.import
  10. Start server bin/lucky dev
  • Lucky Server: localhost:5000
  • Hasura Console: localhost:8081
  • Postgres: localhost:5434

Learning Lucky

This is a project written using Lucky. Enjoy!

Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.

Repository

great_idea

Owner
Statistic
  • 1
  • 0
  • 3
  • 0
  • 5
  • over 4 years ago
  • December 19, 2019
License

MIT License

Links
Synced at

Fri, 22 Nov 2024 01:09:07 GMT

Languages