Skip to content

A Usermanager written in rust with diesel and rocket.

Notifications You must be signed in to change notification settings

alex-ruhl/Usermanager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Rocket Usermanager

This is a simple Usermanager using a SQLite database via diesel to store Users.
You'll need to have sqlite3 and its headers installed:

  • OS X: brew install sqlite
  • Debian/Ubuntu: apt-get install libsqlite3-dev
  • Arch: pacman -S sqlite

Start: cargo run

About

A Usermanager written in rust with diesel and rocket.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published