Skip to content

basmaboussaidi/crud-posts-app

Repository files navigation

Some Guids:

In order to execute the project, you should have JSON server installed! To do that run the command : npm install -g json-server and then : json-server --watch db.json db.json in the file tht will contain our ressources. for more inforation about JSON server please feel free to read the Documentation : https://www.npmjs.com/package/json-server

crud-posts-app

This project was generated with Angular CLI version 10.0.3.

Development server

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

Code scaffolding

Run ng generate component component-name to generate a new component. You can also use ng generate directive|pipe|service|class|guard|interface|enum|module.

Build

Run ng build to build the project. The build artifacts will be stored in the dist/ directory. Use the --prod flag for a production build.

Running unit tests

Run ng test to execute the unit tests via Karma.

Running end-to-end tests

Run ng e2e to execute the end-to-end tests via Protractor.

Further help

To get more help on the Angular CLI use ng help or go check out the Angular CLI README.

About

This application performs CRUD operations on posts. After creating an account, the user will be able to create, read update and delete posts easily and efficiently. For the backend, I used JSON server to create mock Apis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors