Skip to content

Lightweight Node.js API for user registration and login. Built with Express and MongoDB. Simple setup, secure endpoints

DevOlabode/auth-service-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authentication Service API

Description

A simple Node.js authentication service that provides user registration and login functionality.

Installation

  1. Clone the repository:
    git clone https://github.com/DevOlabode/auth-service-API
  2. Navigate to the project directory:
    cd auth_service_API
  3. Install the dependencies:
    npm install

Usage

To start the application, run:

npm start

The server will start on http://localhost:3000.

API Endpoints

  • POST /register: Register a new user.
  • POST /login: Log in an existing user.

Contributing

Contributions are welcome! Please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

Lightweight Node.js API for user registration and login. Built with Express and MongoDB. Simple setup, secure endpoints

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published