This project is written using Angular 8 and Typescript. The main goal of writing this project was to get a basic understanding of the angular framework. When running this project concurrently with the backend part of the team11-project a guest can see all of the games added to the database. Users can register, login, add and later edit games.
- navigate to the project directory in your terminal and run:
npm install
- Install yarn
yarn --install
- Run the project
yarn start
- Angular 8
- Typescript
- Npm
- Angular material UI component library
- JWT
- Yarn
If you wish to deploy this application to your server I have written a detailed guide on the subject.