Skip to content

memetics19/UserManagementJulia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UserManagementJulia

A user authentication API using Julia, Bukdu.jl, HTTP.jl.

Run the repo

  1. clone the repo

  2. Have the julia

  3. Activate the environment

       open in the Pkg mode `]`   and `activate .`
    
  4. Instantiate the packages

       instantiate
    
  5. Run the server

       julia --project -i server.jl
    
  6. Stop the server

        julia --project -i stop_server.jl
    

EndPoints

  1. /api/token: POST Method

About

A user authentication API using Julia, Bukdu.jl, HTTP.jl.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages