Skip to content

Latest commit

 

History

History
47 lines (33 loc) · 1.05 KB

README.md

File metadata and controls

47 lines (33 loc) · 1.05 KB

Codeship Status for mandimartins/Ecommerce-Website GitHub license

Project features

  • Authentication
  • Authorization based on roles
  • List products by category
  • Pagination
  • CRUD category

Development features

  • Relational database
  • Knexjs Migrations and Seed
  • Integration testing with Jest
  • CI with CodeShip

Note: Sqlite is used in development for testing purposes.


Built with

Run server on development

npm run dev

Run server on production

npm start

Test the code

npm test