Skip to content

danielnalle/simple-blog-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blog API

Overview

Simple Blog API — Just like the name, this project lets you create, read, update, and delete posts. It includes user authentication with login and registration features. You can also add and delete comments on posts.

This is my first serious ✨ project as I work toward becoming a Backend Developer.

Tech Stack

  • Javascript (Node.JS) as Programming Language
  • Express JS to build API
  • PostgreSQL for database
  • JWT for authentication
  • Bcrypt for hash password

How To Run

  1. Clone this repo and install all dependency

    github clone https://github.com/danielnalle/simple-blog-api
    cd simple-blog-api
    npm i
    
  2. Copy .env.example and rename to .env and modify all variables based on your environment

  3. Run locally

     npm run dev
    
  4. You can check all API documentation in here

Live API (Soon)

About

API for Simple Blog System

Resources

Stars

Watchers

Forks

Contributors