You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
nikobojs 6d78f887dc more lucky 1.0.0-rc upgrading 10 months ago
.github/workflows chore: rename 'first_project' to 'frifaktura_v2_api' 2 years ago
config update a bunch of stuff 10 months ago
db/migrations feat: wip invoice pdf generation 2 years ago
script more lucky 1.0.0-rc upgrading 10 months ago
spec rename files 10 months ago
src update a bunch of stuff 10 months ago
tasks/db/seed fix: use lucky_task as mentioned in lucky v0.27.0 upgrade notes 2 years ago
.crystal-version bump crystal version 2 years ago
.editorconfig initial commit 2 years ago
.env.example update a bunch of stuff 10 months ago
.gitignore feat: integrate sendgrid + update shards 2 years ago
.travis.yml initial commit 2 years ago
Procfile chore: rename 'first_project' to 'frifaktura_v2_api' 2 years ago
Procfile.dev initial commit 2 years ago
README.md chore: rename 'first_project' to 'frifaktura_v2_api' 2 years ago
shard.lock update a bunch of stuff 10 months ago
shard.yml update a bunch of stuff 10 months ago
tasks.cr update a bunch of stuff 10 months ago

README.md

frifaktura_v2_api

This is a project written using Lucky. Enjoy!

Setting up the project

  1. Install required dependencies
  2. Update database settings in config/database.cr
  3. Run script/setup
  4. Run lucky dev to start the app

Learning Lucky

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