Skip to content

lambda-guess-who/Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CURRENT ENDPOINTS

REQUIRE PASS,PORT,JWT_SECRET ENV Variables

[] GET /

[] GET /amIAuthed

//////////////////////////

[] GET /api/auth

[] POST /api/auth/login {username: String, password: String}

[] POST /api/auth/register {username: String, password: String}

//////////////////////////

[] GET /api/tweet/

[] GET /api/tweet/:id

[] GET /api/tweet/last/:id

[] POST /api/tweet/

[] DELETE /api/tweet/:id

/////////////////////////

[] PUT /api/user/highscore/:id { highscore : Number} [] GET /api/user/:id

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published