Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mohit-s96/blog
My personal blog.
https://github.com/mohit-s96/blog
blog mongodb nextjs react
Last synced: 19 days ago
JSON representation
My personal blog.
- Host: GitHub
- URL: https://github.com/mohit-s96/blog
- Owner: mohit-s96
- Created: 2021-06-22T17:28:12.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T07:25:15.000Z (4 months ago)
- Last Synced: 2024-08-24T08:34:01.433Z (4 months ago)
- Topics: blog, mongodb, nextjs, react
- Language: TypeScript
- Homepage: https://mohits.dev
- Size: 3.31 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Personal blog 💻
[🔗 Visit here](https://mohits.dev)
Hi I built this personal blog from scratch. I am not using any pre-existing blog service because I wanted to work on a fun project. The nodejs part can be found [here](https://github.com/mohit-s96/redis-search-service).
#### Tech Stack
- NextJS - React server and backend
- NodeJS - Comment, search and auth service
- Redis - Caching layer
- AWS - NodeJS deployments
- MongoDB - Database/CMS
- Custom admin panel with react
- Tailwind CSS
- Storybook
- Figma for design
#### Roadmap and Target checklist
- [x] Setup nextjs and typescript project
- [x] Create mongo db connection
- [x] Define schema types in typescript
- [x] Create endpoints for reading and changing blog data
- [x] Create some mock data for testing
- [x] Setup and configure storybook
- [x] Create landing page components in storybook
- [x] Unit test storybook components for landing page
- [x] Make first design responsive
- [x] Fetch live data and test
- [x] Create blog page design storybook
- [x] Make blog page design responsive
- [x] Fetch live data and test
- [x] Error handling and 404 pages
- [x] Create admin panel for adding blog data [Seperate project with CRA]
- [x] Add comment components storybook and unit test.
- [x] Create oauth login with github
- [x] Test authentication
- [x] Fetch live data and test authentication
- [x] Post comment and test
- [x] Trigger a rebuild on new comment posted
- [x] Design data structure to hold hierarchically related comments
- [x] Add admin control to remove comments
- [x] Option to delete comment
- [x] option to reply to comments