Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 970 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 970 Bytes

API Purchase Store

This is an API to manage inventory control and many other features of Purchase Store. Can be cloned and used as reference to similar applications of any other store.

Running

You'll have to replace the root's password on database.js file in util folder to your current MySQL root's password.

database.js file

Also you need to create the schema in your MySQL instance, because Sequelize (the ORM) only creates the tables.

database.js file

Then you can just run the steps bellow to launch the API:

npm install
npm start

Environment

  • Node.js v8.12.0
  • MySQL Community Server 5.7

Authors

  • Matheus Puppe - Project Manager/Developer - puppe1990
  • Matheus Valandro - Developer - msvalandro

License

This project is licensed under the MIT License - see the LICENSE file for details