JdeJ / unpopular-opinion-backend

Unpopular Opinion Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Auth backend server

πŸ’£πŸ’£πŸ’£πŸ’£ rename the file .env.sample to .env and spicify your database name; πŸ’£πŸ’£πŸ’£πŸ’£

Routes

Method Path Description
get /auth/me check if i'm logged
post /auth/login login
post /auth/signup signup
post /auth/logut logout
get /auth/private private route for test

Login & Signup

this is the following body for the login and signup request;

{
  "username": "demo",
  "password": "demo"
}

About

Unpopular Opinion Backend


Languages

Language:JavaScript 100.0%