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.
- Download the application by Clicking this link
- Unzip the application
- Download and Install node.js
- Open a terminal
- Move to the root of the application
- Run
npm install
- Run
npm start
- The REST endpoint are exposed on http://localhost:8080/