🎇 This is a simple A dockerized micro-service for authentication, 🎇
A user can do the following
- Login
- Logout
- Reset Password
- Login with google
For development, you will only need Node.js and a node global package, installed in your environment and docker.
- Node.js
- NPM or Yarn
- Docker
git clone https://github.com/YOUR_USERNAME/PROJECT_TITLEcd project_title/userdocker-compose up
NB: For entire setup process, visit user contributions
- visit
localhost:8084in your browser - you should be greeted with
Welcome the the auth applicationif your installation was successful.