Skip to content

ilkka/nisse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8ccf219 · Jan 2, 2025
Nov 1, 2020
Sep 21, 2023
Mar 6, 2023
Oct 29, 2022
Mar 29, 2023
Oct 29, 2022
Apr 17, 2023
Oct 29, 2022
Nov 1, 2020
Oct 29, 2022
Oct 29, 2022
Mar 8, 2023
Jul 5, 2020
Nov 15, 2022
Aug 11, 2020
Sep 21, 2023
Aug 2, 2020
Sep 21, 2023
Sep 20, 2023
Mar 6, 2023
Apr 17, 2023
Mar 7, 2023
Sep 21, 2023
Nov 1, 2020
Apr 17, 2023
Sep 20, 2023
Jan 2, 2025
Nov 1, 2020
Sep 19, 2023
Jan 2, 2025
Apr 17, 2023
Aug 12, 2020

Repository files navigation

Nisse

Build and push

Nisse is a home ERP system. I think I'm gonna start with plants, since that's what I need to solve right now.

Development

First run mix deps.get to get dependencies.

Then execute mix phx.gen.secret twice and put the values into a file called .env at the root of the repo:

SECRET_KEY_BASE=<secret 1>
SIGNING_SALT=<secret 2>

Then start the database with docker compose up -d db.

Now it's time to create the database. Run mix ecto.setup or docker compose run backend mix ecto.setup to create the dev database.

Then run the server with mix phx.server or just docker compose up.

Now you can visit localhost:4000 from your browser.

Ready to run in production? Please check our deployment guides.

Data model

Data model diagram

Learn more