About | What works | Prerequisites |
Project to donwload and modify images.
The following libraries and languages were used in the project's construction:
- NodeJs
- NestJs
- Sharp
- MongoDB
- Get API status;
- Process Image;
- Get Images Data;
- Rate limit to all api endpoints of 5 requests per minute;
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
# 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