Skip to content

Aturkii/facebook-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facebook api Application This is a simple Facebook api application built using Express.js and Sequelize with a MySQL database. The application allows users to manage users, posts, and comments with basic CRUD operations.

https://facebook-api-turki.onrender.com/

Features: User registration and login (simple approach without authentication). CRUD operations for posts and comments. Relationship management between users, posts, and comments. Endpoint to get all posts for a specific user. Endpoint to get a specific user with a specific post and its comments.

Technologies Used: Node.js: JavaScript runtime environment. Express.js: Web framework for Node.js. MySQL: Relational database. Sequelize: ORM for Node.js. bcrypt.js: Library to hash passwords.