To run, you just have MongoDB installed and running, and NodeJS installed.
- Start MongoDB
- Clone the repo
npm install
to install API dependencies andnpm start
to start the API- Open a new terminal and navigate to the
client
directory,npm install
to setup the Angular dependencies, andnpm start
to start the local development server - Open http://localhost:4200 to see the application
The CMS E-commerce Web application was a part of a freelancing project, it features a registeration and login with the use of tokens for extra security and cookies so that the browser remembers it's users and managing the registeration and login errors and sending them to the user by flash messages, it also features User's access level, where we have the admins are the only ones that can add/edit/delete the items and their price and category on the site.