Skip to content

martinezmn/gitsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔍 Gitsearch

Gitsearch is a multi-package application built with NestJS and React, managed using Lerna, all containerized using Docker for easy run and development.

Stack

  • lerna: Monorepo management for multiple packages.
  • React: Frontend library for building the user interface.
  • NestJS: Backend framework for APIs and services.
  • TypeORM: ORM for secure and flexible database interaction.
  • Docker: Containerization for streamlined development and deployment.

🚀 Project setup

# Set up environment variables
$ cp packages/backend/.env.example packages/backend/.env

# Start the development environment using Docker
$ docker compose up

🎮 How to Use

  1. Ensure Docker containers is running.

  2. Open your browser and navigate to: http://localhost:5173/

  3. Use the search interface to query GitHub users by username.

  4. The last 5 profiles searched will be displayed on the interface.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors