Go to file
Les De Ridder aab65e17b3 Initial commit
There's still a whole bunch of untouched default Lucky files, and the
database migrations and models are not complete yet.

So far the following models and migrations should match the current
schema:

* User
* Role
* Post
* TagNamespace
* Tag
* PostTag
2020-03-07 05:39:00 +01:00
config Initial commit 2020-03-07 05:39:00 +01:00
db/migrations Initial commit 2020-03-07 05:39:00 +01:00
public Initial commit 2020-03-07 05:39:00 +01:00
script Initial commit 2020-03-07 05:39:00 +01:00
spec Initial commit 2020-03-07 05:39:00 +01:00
src Initial commit 2020-03-07 05:39:00 +01:00
tasks Initial commit 2020-03-07 05:39:00 +01:00
.crystal-version Initial commit 2020-03-07 05:39:00 +01:00
.gitignore Initial commit 2020-03-07 05:39:00 +01:00
.travis.yml Initial commit 2020-03-07 05:39:00 +01:00
Procfile Initial commit 2020-03-07 05:39:00 +01:00
Procfile.dev Initial commit 2020-03-07 05:39:00 +01:00
README.md Initial commit 2020-03-07 05:39:00 +01:00
Vagrantfile Initial commit 2020-03-07 05:39:00 +01:00
bs-config.js Initial commit 2020-03-07 05:39:00 +01:00
package.json Initial commit 2020-03-07 05:39:00 +01:00
shard.lock Initial commit 2020-03-07 05:39:00 +01:00
shard.yml Initial commit 2020-03-07 05:39:00 +01:00
tasks.cr Initial commit 2020-03-07 05:39:00 +01:00
webpack.mix.js Initial commit 2020-03-07 05:39:00 +01:00
yarn.lock Initial commit 2020-03-07 05:39:00 +01:00

README.md

luckybooru

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.