You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A simple api written in node.js with token based authentication.
Code for CRUD is in repository.ts. This project uses google-firestore. It basically just stores objects with a hashed password, username and id.