https://github.com/max-programming/memoriez
Memoriez is a web-based platform to write your stories. It's an alternative to maintaining a hard dairy or journal.
https://github.com/max-programming/memoriez
chakra-ui linode nextjs planetscale prisma
Last synced: 9 months ago
JSON representation
Memoriez is a web-based platform to write your stories. It's an alternative to maintaining a hard dairy or journal.
- Host: GitHub
- URL: https://github.com/max-programming/memoriez
- Owner: max-programming
- License: mit
- Created: 2022-06-25T13:40:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-02T15:00:56.000Z (over 3 years ago)
- Last Synced: 2025-02-09T17:31:13.340Z (10 months ago)
- Topics: chakra-ui, linode, nextjs, planetscale, prisma
- Language: TypeScript
- Homepage:
- Size: 543 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MEMORIEZ

[](https://github.com/max-programming/memories/actions/workflows/nodejs.yml)
Memoriez is a web-based platform to write your stories. It's an alternative to maintaining a hard dairy or journal.
## Features
- Create, Edit and Delete entries
- Add cover image
- Set your mood of the day
## Tech Stack
**Client:** Next.js, Chakra UI
**Server:** Prisma, PlanetScale DB
## Screenshots

## Environment Variables
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](https://pexels.com/api)
`CLERK_API_KEY` - From [Clerk](https://clerk.dev)
`NEXT_PUBLIC_CLERK_FRONTEND_API` - From [Clerk](https://clerk.dev)
## Run Locally
Clone the project
```bash
git clone https://github.com/max-programming/memoriez
```
Go to the project directory
```bash
cd memoriezz
```
Install dependencies
```bash
npm install
```
Add the environment variables
Start the server
```bash
npm run dev
```
## Feedback
If you have any feedback, please reach out to the issues panel and create an issue to let me know
## Contributing
Contributions are always welcome!