BLOG API Using Nodejs, Typescript, Express and MongoDB, build a simple blog API with the following features:
- Create, get all and get single blog-post
- Update blog-post
- Delete blog-post
- Simple pagination.
Deployed API to cloud platform using render
How To Install And Run The App clone the repo from the develop branch and run the following commands *[x] Note: clone from master branch for testing purpose
install all dependencies yarn compile all typescript in src folder to javascript into dist folder yarn tsc start the server in the development mode yarn dev