Skip to content

ycsvenom/simple-user-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SimpleUserSystem

User System that consists of Server as Backend and Client as Frontend The Backend was written using NodeJS and the Frontend in ReactJS

the Server is working as API which offers the following methods1:

Method Description
/signup Require username,password,fname,lname and email and return empty data Array when success
/login Require username and password and returns user data with token but without the password
/delete-account Require username, password and token and returns empty array if success
/math-game-score Require username and token and returns empty data Array when success
/get-scores username is optional, if sent with username it will return score for that specific user, if not then it returns the highest 10 scores

Footnotes

  1. All API calls should be preprended with /api.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published