A simple application for view, upload, download lottie files. For demo please visit this link: demo.
- Fastify-cli
- MongoDB
- Graphql
- REST
- NextJS
- Mantine
- OvermindJS
- Dexie
The application can be start with 2 options that described below, the manual run each of services, and with docker
- Backend
cd backend
- Copy the
.env.example
to.env
and set the variables yarn dev
for Developmentyarn build && yarn start
for Production
- Frontend
cd frontend
- Copy the
.env.example
to.env
and set the variables yarn dev
for Developmentyarn build && yarn start
for Production
cd compose
- Copy the
.env.example
to.env
and set the variables - Run
docker compose up --build -d