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.
- Javascript (Node.JS) as Programming Language
- Express JS to build API
- PostgreSQL for database
- JWT for authentication
- Bcrypt for hash password
-
Clone this repo and install all dependency
github clone https://github.com/danielnalle/simple-blog-api cd simple-blog-api npm i -
Copy
.env.exampleand rename to.envand modify all variables based on your environment -
Run locally
npm run dev -
You can check all API documentation in here