Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 600 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 600 Bytes

Angular CRUD with JSON Server

This project was generated with Angular CLI version 11.0.5 and JSON Server.

Development server

Navigate to 'backend' folder and run the command:

npm start

to starting the server locally from http://localhost:3001.

Navigate to 'frontend' folder and run the command:

npm start

for a dev server. Navigate to http://localhost:4200/.

Have fun!

Project Stacks

  • RxJS
  • Angular Routing
  • Angular Material
  • CRUD actions
  • Backend with JSON Server