This is a front-end project built using the Angular framework.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install the software and how to install them:
- Node.js
- Angular CLI
- JSON-Server
A step by step series of examples that tell you how to get a development environment running:
- Clone the repo
- Install NPM packages:
npm install
- Install JSON-Server:
npm install -g json-server
- Start JSON-Server:
json-server --watch db.json
Add additional notes about how to deploy this on a live system.
- Angular - The web framework used
- JSON-Server - Used to create a REST API and database