/nodejs-posts

Node.js REST Backend For Application handling Posts

Primary LanguageJavaScript

Posts Application Back-End

This application was built using Node.js 14, Express, Mongoose ORM and MongoDB for persistence. It is a REST API back-end for a blog posts application.

The application back-end was deployed on AWS Beanstalk, to access it, click here.

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

To see the front-end of this application implemented with Angular, 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. Move to the root of the application
  6. Run npm install
  7. Run npm start
  8. The REST endpoint are exposed on http://localhost:8080/