/football_app

CRUD Football App

Primary LanguageTypeScript

Football App

FootballApp is an application made with Angular 12 + Ionic 6 where you can manage teams and players in a simple way.

Installation

  • First download the repository or clone it.
  • Then install the necessary packages with npm
npm i

Usage

  • Start the json server with this command in the path where the /api is located:
json-server --watch db.json
  • Run the Ionic App:
ionic serve

License

MIT