Les De Ridder
aab65e17b3
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 |
||
---|---|---|
config | ||
db/migrations | ||
public | ||
script | ||
spec | ||
src | ||
tasks | ||
.crystal-version | ||
.gitignore | ||
.travis.yml | ||
Procfile | ||
Procfile.dev | ||
README.md | ||
Vagrantfile | ||
bs-config.js | ||
package.json | ||
shard.lock | ||
shard.yml | ||
tasks.cr | ||
webpack.mix.js | ||
yarn.lock |
README.md
luckybooru
This is a project written using Lucky. Enjoy!
Setting up the project
- Install required dependencies
- Update database settings in
config/database.cr
- Run
script/setup
- Run
lucky dev
to start the app
Learning Lucky
Lucky uses the Crystal programming language. You can learn about Lucky from the Lucky Guides.