Skip to content

Simple CRUD Application with Angular and Json-Server

Ulisses22/crud_angular

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 

Repository files navigation

Crud Angular with JSON Server

This is a simple Customers table with Angular 13, and some details like dialogs and pagination, I simulated backend with JSON Server.

Settings

Dependencies

  • JSON Server
    npm i json-server

  • sweetalert2
    npm i sweetalert2

Run Project

  • Backend
    npm run json-run
  • Frontend
    npm start

Preview

image image

About

Simple CRUD Application with Angular and Json-Server

Topics

Resources

Stars

Watchers

Forks