Skip to content

Dwarfess/Web-application

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application

Functionality of the online store implementation using AngularJS

Download & Get started

  1. Open Git Bash.
  2. Change the current working directory to the location where you want the cloned directory to be made.
  3. Type git clone, and then paste the URL:
 git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
  1. Move to the application folder
 cd task manager
  1. Сommand to run the application
 node backend.js
  1. 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

Brief description of application operation

Unauthorized users can

  • View product list
  • Switch between stock lists
  • Login/register to app to do more

Authorized users can

  • 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)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors