GithubHelp home page GithubHelp logo

compass-challenge1's Introduction

Challenge #01

GitHub top language GitHub last commit

DescriptionTechnologiesArchitectureHow to run the application

✨ Description

A client hired Compass to build a new microservice for its veterinary franchise. This microservice will be used by all the clinics they own for internal client and attendances management.

So, you have this new mission, to build the POC foundations of this brand new microservice, so the sales and management team can have the primary technical view of the needs that the client has.

⚡️ Technologies

  • Node
  • Typescript
  • Express
  • Mongoose
  • Vitest
  • Date-fns
  • Eslint
  • Prettier

🗃️ Architecture

├── src
│   ├── app
│   │    ├── pet
│   │    └── tutor
│   ├── entities
│   │    ├── pet
│   │    └── tutor
│   └── infra

🤔 How to run the application

🚨 Prerequisite

Before you begin, you will need to have Node.js installed on your machine.

It was used a Docker Mongo container as the database.

$ docker run --name MongoDB --restart unless-stopped -p 27017:27017 -d mongo
# Clone this repository
$ git clone https://github.com/mariaseverino/compass-challenge1.git

# Access the project folder
$ cd compass-challenge1

# Install the dependencies
$ npm install

# Run the application
$ npm run dev

# Run the tests
$ npm run test

# Docs
$ http://localhost:3000/api/docs

🔖 Using the API

Insomnia was used to check the API requests.

Maria Rita de Souza Severino [email protected]

compass-challenge1's People

Contributors

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