Skip to content

Fiz esse projeto para aprender o funcionamento de um CRUD. Para fins apenas didáticos, usei um fake REST API para simular meu backend.

Notifications You must be signed in to change notification settings

jrsbaum/crud-angular

Repository files navigation

MyCrudApp

This project was generated with Angular CLI version 15.0.3. I made this project to learn how a CRUD works. For educational purposes only, I used a fake REST API to simulate my backend. As I learn about how Angular works, I add things to it.

Install JSON-Server

Run npm install -g json-server
Create file db.json
Start JSON-Server with json-server --watch db.json

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The application will automatically reload if you change any of the source files.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI Overview and Command Reference page.

About

Fiz esse projeto para aprender o funcionamento de um CRUD. Para fins apenas didáticos, usei um fake REST API para simular meu backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published