Skip to content

purchasestore/api-purchase-store

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Integration between several services of Purchase Store

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published