Skip to content

I've been studying between April 2021 to April 2022 and I was working on my midterm project which was a blog.

Notifications You must be signed in to change notification settings

ertugrulhaskan/blog

Repository files navigation

Blog App

Create own blog application. (Server side application and I am working on it).

Features

  • AOuth
  • CRUD Operations
  • Responsive Design
  • Dark Mode
  • Cross platform

Tech Stack

Server: Node, Express

Database: MongoDB

Run Locally

Clone the project

  git clone https://github.com/ertugrulhaskan/blog.git

Go to the project directory

  cd blog

Install dependencies

  npm install

Start the server

  npm run dev

Environment Variables

MONGO_DB

SECRET_API_KEY

Roadmap

  • Additional browser support

  • Add more integrations

API Reference

Get Life posts

  GET /life
Parameter Type Description
api_key string Required. Your API key

Get Life post details

  GET /life/${id}
Parameter Type Description
id string Required. Id of item to fetch
  GET /tech-stack
Parameter Type Description
api_key string Required. Your API key

Get Life post details

  GET /tech-stack/${id}
Parameter Type Description
id string Required. Id of item to fetch
  GET /login
Parameter Type Description
api_key string Required. Your API key

Get Life post details

  GET /register
Parameter Type Description
id string Required. Id of item to fetch

Feedback

If you have any feedback, please reach out to us at ertughaskan@gmail.com

About

I've been studying between April 2021 to April 2022 and I was working on my midterm project which was a blog.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages