opensourceby stackblogger
← all projects
/blog/active

my blog

CRUD Blog in Angular 15 and NestJs with MongoDB and Google Authentication

overview

it is a simple blog built in angular 15 and nestjs with mongodb database and google authentication. it uses proper database indexing to handle a large data set of articles efficiently.

why it exists

built as a boilerplate for my own projects. it can help others to build a similar blog in a short time.

features

  • google authentication
  • infinite scroll
  • 95% test coverage
  • tested efficiency through locust stress testing
  • easily handles more than 1 million articles

quick start

git clone https://github.com/stackblogger/my-blog.git

stack

  • typescript
  • angular
  • nestjs
  • mongodb
  • google authentication

license

distributed under mit.

contribute

raise an issue or submit a pull request if you find any bug or want to add a feature.