A simple Node.js authentication service that provides user registration and login functionality.
- Clone the repository:
git clone https://github.com/DevOlabode/auth-service-API
- Navigate to the project directory:
cd auth_service_API - Install the dependencies:
npm install
To start the application, run:
npm startThe server will start on http://localhost:3000.
- POST /register: Register a new user.
- POST /login: Log in an existing user.
Contributions are welcome! Please open an issue or submit a pull request.
This project is licensed under the MIT License.