This repository has been archived by the owner. It is now read-only.
great_idea
great_idea
An app for keeping track of great ideas!
Setting up the project
- Install required dependencies, but skip Lucky CLI
- Install Docker
- Start up docker compose
docker-compose up -d
- Create env file
echo 'DATABASE_URL="postgres://postgres:@localhost:5434/postgres"' > .env
- Install project dependencies
shards install
- Create lucky command
./script/create_lucky.sh
- Migrate database
bin/lucky db.migrate
- Create seeds
bin/lucky db.create_seeds
- Import Hasura metadata
bin/lucky hasura.import
- 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