To setup the auth server, you will need to have the following installed on your machine :
# Clone the repository
git clone https://github.com/sparrowapp-dev/sparrow-app-auth.git
# Move into the project directory
cd sparrow-app-auth
# Install yarn globally
npm i -g yarn
# Create and setup environments file
cp .env.example .env
# Install dependencies
yarn
# Run App in development mode
yarn dev
Go to http://localhost:1421/
Sparrow creates a default user to help you get started quickly and easily.
NOTE: This only works if you have initialized the Sparrow backend server.
Login Credentials:
- Email: dev@sparrow.com
- Password: 12345678@