Git Product home page Git Product logo

pokemon-cards-apm's Introduction

Nest Logo

Description

Nest framework TypeScript starter repository.

Prerequisites

# Download git into your EC2 instance:

sudo yum install -y git

# Download this project with the following command:

git clone https://github.com/Yeison2020/Pokemon-cards-apm.git

cd Pokemon-cards-apm

# Run the following commands to make the .sh script executable:

chmod +x run.sh

sh run.sh

# Start docker mongoDB container

sudo docker-compose up -d

Start application

npm install

npm run start

NPM Not Found??!

source ~/.bashrc

Endpoints

  1. Seed database
curl http://localhost:4000/api/v2/seed
  1. Get all pokemons
curl http://localhost:4000/api/v2/pokemon
  1. Get pokemon by id
curl http://localhost:4000/api/v2/pokemon/<id>
  1. Delete a pokemon
curl  -X DELETE http://localhost:4000/api/v2/pokemon/<id>

Setup Datadog agent

Agent 7 Installation Instructions

Single step APM instrumentation

Basic Agent Usage for Amazon Linux

Optional

# Confirm MONGODB container is up and running:

sudo docker ps -a

# Add your dd-agent to the docker group:

sudo usermod -a -G docker dd-agent

sudo systemctl restart datadog-agent

Unified Service Tagging

Stack

  • MongoDB v5
  • Mongoose v10.3.2
  • NestJS v9.0.0
  • Express v4.17.17
  • Nodejs v20.3.1

pokemon-cards-apm's People

Contributors

yeison2020 avatar aldrickdev 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.