This is a simple REST API for user management, built with Node.js and Express.
- Android client app (see TestProj)
- Knex and SQLite3 to store data
- Password encryption
- Bearer token authentication (i.e.,
/user
endpoint requires admin access)
This was made with lots of help from this tutorial.