Giter Site home page Giter Site logo

auth-users's Introduction

Auth users

This project provides a streamlined back-end user authentication system built with NestJS, TypeScript, and Dockerized MongoDB.

Prerequisites:

  • Docker installed on your system

Running the Project

1. Clone the Repository:

git clone https://github.com/fernandoG494/auth-users.git

2. Start the Containers:

  • Navigate to the project root directory.
  • Ensure Docker Engine is running.
  • Execute the following command to initiate the containers for the database and application:
docker-compose up -d
  • Wait until the processes finish.

3. Set Up Environment Variables:

  • Create a copy of .env.template and rename it to .env.
  • Edit .env to define the required environment variables according to the instructions provided in the file.

MONGO_URI example:

MONGO_URI=mongodb://[Backend URI]:[PORT]/[DB name]

4. Install Dependencies:

npm install

5. Run the Application:

npm run start:dev

Optional You can review Swagger on this URL http://localhost:3000/api

Database Verification

We recommend using TablePlus to visually inspect and manage your database content.

Making API Requests

Utilize Postman to conveniently send HTTP requests to your API endpoints and test their functionality.

Contact

Connect with me on:

auth-users's People

Contributors

fernandog494 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.