https://github.com/montasim/a-coders-diary-server
This repository contains the APIs of a blog website. Developer often faces many problems in their daily life. Every time we need to search Google or StackOverflow to solve those problems. Whenever a user finds a solution to a problem, he can post the solution in this blog. So, next time it will be easier for him to solve a similar situation.
https://github.com/montasim/a-coders-diary-server
api api-rest api-server apis back-end cors dotenv expressjs json jwt mongodb
Last synced: 10 months ago
JSON representation
This repository contains the APIs of a blog website. Developer often faces many problems in their daily life. Every time we need to search Google or StackOverflow to solve those problems. Whenever a user finds a solution to a problem, he can post the solution in this blog. So, next time it will be easier for him to solve a similar situation.
- Host: GitHub
- URL: https://github.com/montasim/a-coders-diary-server
- Owner: montasim
- Created: 2022-06-01T14:46:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-17T07:07:26.000Z (almost 2 years ago)
- Last Synced: 2025-04-04T10:14:44.371Z (about 1 year ago)
- Topics: api, api-rest, api-server, apis, back-end, cors, dotenv, expressjs, json, jwt, mongodb
- Language: JavaScript
- Homepage: https://a-coders-diary.herokuapp.com/
- Size: 1.47 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## A Coders Diary (Full-stack)
This repository contains the Frontend of a blog website. Developer often faces many problems in their daily life. Every time we need to search Google or StackOverflow to solve those problems. Whenever a user finds a solution to a problem, he can post the solution in this blog. So, next time it will be easier for him to solve a similar situation.
### Website Link: https://a-coders-diary.web.app/
### Client Side Code: https://github.com/montasim/a-coders-diary
### Server Side Code: https://github.com/montasim/a-coders-diary-server
### Features
1. Authentication (Firebase)
2. Manage posts (CRUD operations)
3. User profile
4. Author Profile
5. Dashboard
6. Admin panel
7. Markdown Editor
8. React Router
9. Firebase hosting
### Technology Used
1. React JS
2. Express.js
3. Cors
4. Dotenv
5. Nodemon
6. MongoDB
### Hosting
1. Client-side hosting: Firebase
2. Server-side hosting: Heroku