/angular-posts

Angular 9 Application for handling Posts

Primary LanguageTypeScript

Posts Application Front-End

The application was built using Angular 9 and Angular Material. It is an Angular based front-end for a blog posts application.

The application front-end based on Angular was deployed on AWS S3, to access it, click here.

To see the back-end of this application implemented with Node.js, see here.

Running Application Process on your computer

  1. Download the application by Clicking this link
  2. Unzip the application
  3. Download and Install node.js
  4. Open a terminal
  5. Make sure you have the latest version of the Angular CLI, if not:
    • Run npm uninstall -g angular-cli @angular/cli
    • Run npm cache clean --force
    • Run npm install -g @angular/cli
  6. Move to the root of the application
  7. Run npm install
  8. Run ng serve
  9. Navigate to http://localhost:4200/ with your favourite browser

Warning! You will get Errors if you are not running a back-end on http://localhost:8080 with the right REST API like here.

Application

Signup Page

Signup Page

Login Page

Login Page

Posts List

Posts List

Posts List With Details

Posts List details

Posts List With Pagination

Posts List pagination

Posts Create

Posts Create

Posts Edit

Posts Edit

404 NOT FOUND

404 Not Found