|
|
---|---|
baby-journal.arielbehar.com | github.com/ariel-behar/baby-journal |
Baby Journal is the ultimate web app designed for mothers to document their baby's activities, milestones, and precious moments.
July 2024
In the terminal, navigate to the project's folder
Execute the following command:
npm run dev
- The development server will run on http://localhost:3000
- Execute the following command to create a production build for the project:
npm run build
- Once the creation of the production build has been finalized, execute the following command:
npm start
- If the port 3000 is available, the production build will be served on http://localhost:3000
This Next.js app combines Next-Auth for authentication, Next-Intl for internationalization, and MongoDB as its database. This setup means users can log in securely, see the app in their own language, and enjoy a smooth experience thanks to efficient data handling. It supports multiple login options and easy locale management, while MongoDB keeps data storage fast and flexible.
Next.JS
Typescript
Tailwind CSS
DaisyUI
Mongo DB
+ Mongoose
Next Intl
Pexels API
Vercel