Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vladyslavvagin/backend-blog-app
Backend for web application with blogs and authentication
https://github.com/vladyslavvagin/backend-blog-app
aws-s3 class-validator cloudfront compodoc-documentation e2e-testing jest-mocking jest-tests jwt-authentication jwt-tokens mongodb mongoose nestjs nestjs-mongoose rest-api s3-bucket swagger-ui typescript unit-testing
Last synced: 6 days ago
JSON representation
Backend for web application with blogs and authentication
- Host: GitHub
- URL: https://github.com/vladyslavvagin/backend-blog-app
- Owner: VladyslavVagin
- Created: 2024-09-01T06:33:27.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-09-05T20:11:00.000Z (2 months ago)
- Last Synced: 2024-10-10T14:40:19.344Z (27 days ago)
- Topics: aws-s3, class-validator, cloudfront, compodoc-documentation, e2e-testing, jest-mocking, jest-tests, jwt-authentication, jwt-tokens, mongodb, mongoose, nestjs, nestjs-mongoose, rest-api, s3-bucket, swagger-ui, typescript, unit-testing
- Language: TypeScript
- Homepage: https://backend-blog-app-ua3a.onrender.com/api
- Size: 2.56 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest
A progressive Node.js framework for building efficient and scalable server-side applications.
## Description
BLOG REST API
Individual backend project on Nest.js and MongoDB. All routes are protected with JWT-authentication except Sign-In and google-authentication routes. For client documentation I used Swagger-UI and for developers' documentation - Compodoc. For upload image and storage was used AWS S3 bucket and AWS Cloud Front service.