Memoriez is a web-based platform to write your stories. It's an alternative to maintaining a hard dairy or journal.
- Create, Edit and Delete entries
- Add cover image
- Set your mood of the day
Client: Next.js, Chakra UI
Server: Prisma, PlanetScale DB
To run this project, you will need to add the following environment variables to your .env file
DATABASE_URL
- Any MySQL Database
PEXELS_API_KEY
- From Pexels
CLERK_API_KEY
- From Clerk
NEXT_PUBLIC_CLERK_FRONTEND_API
- From Clerk
Clone the project
git clone https://github.com/max-programming/memoriez
Go to the project directory
cd memoriezz
Install dependencies
npm install
Add the environment variables
Start the server
npm run dev
If you have any feedback, please reach out to the issues panel and create an issue to let me know
Contributions are always welcome!