Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 457 Bytes

File metadata and controls

12 lines (7 loc) · 457 Bytes

angular-crud

Simple CRUD app using angular and REST API

Development server

Run npm run start for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

Development backend server

Run npm run backend for a dev server. The REST server will be started. /backend/db.json will be used as a databese. Navigate to http://localhost:3000/ to review the API and query the data.