Skip to content

richardiyama/Twittee

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twittee

run:npm install to install required packages Run: node server.js to start the server.

Database used

Mysql(PhpMyadmin)

ORM used

Sequelize

End points

Register new user

Post: localhost:8080/api/v1/signup

Signin

Post: localhost:8080/api/v1/signin

Create Post

Post: localhost:8080/api/v1/twits

Delete Post

Delete: localhost:8080/api/v1/:id

Comment on post

Post: localhost:8080/api/v1/comments

About

Twitte(Api)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors