This command-line application is created for managers of internet retail companies so that they may compete with other e-commerce companies using the latest technologies.
This back-end JavaScript program can be utilized by managers to keep track of current inventory. After installation of the packages (above), you must first run the schema from the MySQL shell.
Open the terminal and type 'mysql -u root -p' Once credentials have been inputted, enter 'source db/schema.sql' to create the database. Exit out of MySQL shell.
While still in terminal, enter 'npm run seed' to seed database. After database has successfully added seeds, type in 'node server.js' to start the server.
GET routes: all categories, all products, all tags
GET routes: single category, single product, single tag
POST, PUT, DELETE routes for categories, products, tags
MIT
Github username: missatrox44
Email: [email protected]