Skip to content

dbetteridge/actix-session-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup

  • create a .env file in the root using the .env.example
  • cargo run to start the API

POST to /register to create a user

{
    "username": string,
    "password": string,
    "email" : string,
    "name" : string
}

POST to /login to create a session

{
    "username": string,
    "password": string,
    "email" : string,
    "name" : string
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published