paperrain / football_app

CRUD Football App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

CRUD Football App


Languages

Language:TypeScript 57.6%Language:HTML 22.2%Language:SCSS 16.2%Language:JavaScript 4.0%