Skip to content

bellacbs/image-process

Repository files navigation

== Process Image ==

About   |   What works   |   Prerequisites   |  

📓 About

Project to donwload and modify images.

🛠 Technologies and programming languages

The following libraries and languages were used in the project's construction:

  • NodeJs
  • NestJs
  • Sharp
  • MongoDB

✔️ What works

  • Get API status;
  • Process Image;
  • Get Images Data;
  • Rate limit to all api endpoints of 5 requests per minute;

↩️ Prerequisites

If you wish to make requests using the API deployed on render.com see documentation

Before you start, you will need to have the following tools installed on your machine: Git, NodeJs Additionally, it's good to have a code editor to work with, such as VSCode

🏁 Running the project

# Clone this repository

# install npm
$ npm install

# create .env file with MONGO_DB_URI variable

# Run the project
$ npm run start:dev

# The server will start on port 8000 - access it on <http://localhost:8000>
# Include rotes

Voltar para o topo

About

Project to download and modify image using NestJS, Sharp and MongoDB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published