This repository contains a boilerplate for a web application. It contains 4 main blocks:
- Backend: The backend project using NestJS
- Frontend: The frontend project, containing all the common code that can be shared by all the frontend apps.
- Web: The web application, using Next.js framework.
- Mobile: The mobile application, using React Native.
This project uses MongoDB
to store all the diary entries and users. In order to make this run, ensure mongo it's up and running on port 27019
. The easiest way of doing this is starting the docker container:
$ docker-compose up