Transitioning into the digital world has affected most of the traditional organization and forced them to adapt the fast changing technology. E-commerce is a digital platform that most successful companies are currently utilizing to achieve global success and transform national companies to international organizations. This project is a backend for an e-commerce that can assist a company to gain competitive advantage in today's market. The back-end allows the user to perform all CRUD functions such as creating categories, products, and tags. Viewing the current categories, products and Tags. Updating the categories, products, and tags. Finally, deleting the available categories, products, and tags. With a suitable fron-end application, this project can be utilized by companies in attaining digital success.
Clone the repo to your local machine and cd into the directory. Initiate npm install
to install your dependencies and update the node modules. Don't forget create your .env file and set up your database information.
To run the program:
- Clone the repo to your local machine.
- create the database by running the schema file in your mysql shell.
- seed your data by running
npm run seed
- Run the application in your terminal using
npm start
Follow this demo video walkthrough to make it easier:
N/A
Copyright (c) 2020 David Cheptegei