- Documentation 👉 here!
- Frontend 👉 here!
Invetaris requires Node.js v10 to run.
Install the required dependencies and start the server.
$ git clone https://github.com/toriqvoxel/inventaris.git
$ cd inventaris
$ npm install
$ npm install sequlize sequelize-cli -g
$ sequelize db:create
$ sequelize db:migrate
$ sudo cp .env.example .env
$ npm run start