Code Monkey home page Code Monkey logo

find-friend-api's Introduction

Find Friend API

The Find Friend API is designed to assist users in finding and adopting pets. This API enables organizations to add pets that are available for adoption, and users can easily search for pets based on their preferred city.

Technologies

Development Principles

  • TDD
  • SOLID
  • REST

Installation

To install and run the Find Friend API locally, follow these steps:

Clone this repo:

git clone https://github.com/PedroHercules/find-friend-api.git

Install dependencies:

npm install

Usage

Before running the API, make sure you have Docker and Docker Compose installed on your machine. You can find installation instructions in the Docker documentation.

To launch the PostgreSQL database container:

docker-compose -f docker-compose-database.yml up -d

To run migration in development mode:

npx prisma migrate dev

To run migration in production mode:

npx prisma migrate deploy

To launch the application server in development mode:

npm run dev

To build the code in Javascript:

tsup src --out-dir build

To launch the application server in production mode:

npm start

Tests

The Find Friend API includes unit tests and end-to-end (E2E) tests.

To run the unit tests:

npm run test:unit

To run the unit tests in watch mode:

npm run test:unit:watch

Before running the E2E tests, you need to preinstall the test environment by running the following command:

npm run test:e2e

After that, you can run the E2E tests in watch mode:

npm run test:e2e:watch

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

find-friend-api's People

Contributors

pedrohercules 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.