Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 316 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 316 Bytes

CE_Inventory

  1. Run a posgreSQL db on 127.0.0.1 with following configuration(or change database.json)
  • username: strapi
  • password: strapi
  • database: ce-inventory
  1. npm install
  2. npm run develop