TinyAuth is a quick starter for apps that require user accounts management functionality
This project is not ready for production. PRs with tests are welcome. The focus is on the backend API. A basic admin frontend is provided. The admin client can run along side with the API.
Try it here with username admin password 123456
- Clone the repository
git clone https://github.com/shoudou/tiny-auth-api.git
- Install API and React Client dependencies
npm i && cd client && npm i
-
Set your environment variables in
./config/index.js -
Enjoy!
-
Contribute
optional
Thank you