A digitalized version of a diary. Users can log in to their profiles, have their daily journals filled up, and show up on their profiles. A specific page of a diary can be shared with a link, by default all will be private to logged-in user.
- Create a .env file and create the necessary variables shown in
.env.example
. - Start the app at port 3000 by the command.
npm run dev
Type the command
docker compose up -d
Your app will start at port 4000.
To connect to the mongosh of the initiated mongo container- mongosh --port 2717
Note: Routes at /requestResetPassword and /passsord-rest work only in Postman currently.
Here are the list of advanced upcoming features- link