Functionality of the online store implementation using AngularJS
- Open Git Bash.
- Change the current working directory to the location where you want the cloned directory to be made.
- Type git clone, and then paste the URL:
git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
- Move to the application folder
cd task manager
- Сommand to run the application
node backend.js
- To stop the application, press CTRL+C
ATTENTION: In order to launch the application on your computer, you must first be running MongoDB. Detailed description of the installation of the mongoDB you can find here
- View product list
- Switch between stock lists
- Login/register to app to do more
- View product list
- Switch between stock lists
- View product information by clicking on the item
- Correct product information ("Edit" button)
- Delete the product from the list ("cross" icon near the product or the "Delete" button at the info window)
- Create a new product (the "New" button at the main page)
- Update the sctock list to the source state (the "Refresh" button at the main page)
(in case somebody trying to open product information, the authorization window appears)