/Open-Source---CRUD

New CRUD with Angular & JSON SERVER

Primary LanguageTypeScript

Open Source 2023-01 - UPC

New CRUD with Angular & JSON SERVER.

Please support this project by simply putting a Github star ⭐. 🙏 Thanks

UPC

Tutorial: Getting Started

Follow the steps below to see how this library works.

  1. Clone this repository.

    git clone https://github.com/elionavarretev/Open-Source---CRUD.git
    
  2. Build the angular-material-crud schematic:

    cd angular-material-crud
    npm install
    
  3. Run the project Angular:

    ng serve   
    

Navigate to http://localhost:4200/.

  1. Run the json server:

    cd src
    cd assets
    json-server --watch data.json
    

Navigate to http://localhost:3000/student.