- Clone the repository
- Run
npm installfrom terminal to install dependencies - Run
npm run devinside the cloned directory from terminal
post {
email: string
password: string
}
On success post: {email}, status: 200
On failed post: status: 401 (Unauthorized)
post {
email: string
password: string,
name: string
}
On success post: status: 200
On failed post: {"error": "This email is already taken!"}, status:200