Picazzo API is a multi-functional API built for Picazzo-App which has certain end-points including user and admin authentication, follow and unfollow users, like and dislike the image. User can publicly see the images uploaded by other users and images are displayed based on the numbers of likes a particular image has. Main feature of this API is to merge the style image provided by the API and the content image provided by the user and return a beautiful generated image.
DOCS : PICAZZO-API
URL : http://localhost:8001/api
To get a local copy up and running follow these simple steps.
- Nodejs 18.3.0
- Expressjs 4.18.0
- MongoDB 5.2
Clone the repo
https://github.com/PAARTH2608/Picazzo-API.git
Install all the yarn packages. Go into the project folder and type the following command to install all yarn packages
yarn
In order to run the application Type the following command
yarn start
The Application Runs on localhost:8001
Made with ❤️ by Paarth