Skip to content

ViniciusCarrijo/minioms

 
 

Repository files navigation

minioms

Mini OMS is an Order Management System with minimal functionality, but ready to grow. Currently, it manages entities such as customers

Main libs

  • Express (The main framework to create APIs servers)
  • Typescript (The typed javascript)
  • Sequelize (The ORM)
  • Umzug (An agnostic framework to manage migrations and seeders)
  • mocha (A framework to run unit tests)
  • chai/chai-http/chai-json-schema (The assertion utilities and features to be used with mocha)

Install dependencies

npm install

Run tests

npm test

Run Migrations UP/DOWN

node migrate.js up
node migrate.js down

Run Seeders UP/DOWN

node seed.js up
node seed.js down

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.6%
  • Other 0.4%