Skip to content

Latest commit

 

History

History
58 lines (38 loc) · 1.63 KB

README.md

File metadata and controls

58 lines (38 loc) · 1.63 KB

AngularCrud

📄 Description

This aplication is a simple CRUD with Login/Register page.

Login | Angular CRUD (Angular Material)

Register Page | Angular CRUD (Angular Material)

Crud Page | Angular CRUD (Angular Material)

This project was generated with Angular CLI version 12.2.4.

The database was generated with :

Other Ressources:

🔨 Getting Started

Quick cloning

$ git clone git@gitlab.com:SantosDylan/angular-crud.git

Setup

$ cd angular-crud
$ npm install

Building

$ json-server db.json -m ./node_modules/json-server-auth -r routes.json
$ ng serve

Call for Contributions