/stock-control

📦 [WIP] Back-end of stock controller

Primary LanguageTypeScriptMIT LicenseMIT

📦 Stock Control

A simple application to control the stock of something. Made with Express and Knex.js in the back-end (running in a SQLite3 database), and with React in the front-end

Installation guide

yarn install
yarn knex:migrate
yarn knex:seed

And just use

yarn start

to run the back-end application in the localhost:3333