API service responsible to store. Exposes and Admin dashboard to manage data and a simple HTML page to allow users to view/download/share their images.
- Node.js & Express.js with pug
- MongoDB & Mongoose
Read about the architecture here
Ensure docker and docker-compose are installed, then run:
cp .env.example .env
# Edit credentials in .env
docker-compose up
cp .env.example .env
# Edit credentials in .env
yarn install
yarn start
pm2 start
- Prettier
- Eslint