A product gallery tracking and optimizer API that shows how other buyers are using/consuming the product. Go to PROJECT_DESCRIPTION.md file for the full project descripton.
- User signup and signin
- Company registration and login
- Company upload image
- User view images
- Language -> Javascript (Node.js)
- Backend Framework -> Express
- Database -> Mongodb
- Cache - > Redis
- Cloud - > AWS S3
- Clone the project
- cd into the project directory
- Install the packages using npm or yarn
$ npm install
Create '.env' file in the root directory and use the '.env.example' file to configure the necessary environment variables or use the defaults.
$ npm run start
# watch mode
$ npm run dev
# e2e tests
$ npm run test
Checkout the API @ the url below.
APP_PORT is default to 3000 or change it to whatever you set in the .env file.
http://localhost:3000/api-docs
- contact me @ adeyeyetimothy33@gmail.com