https://github.com/dev-siri/mern-memories
Memories is a fullstack, MERN stack application for creating and sharing your life's best moments with others.
https://github.com/dev-siri/mern-memories
express fullstack mern-stack mongodb node react typescript vite
Last synced: 3 months ago
JSON representation
Memories is a fullstack, MERN stack application for creating and sharing your life's best moments with others.
- Host: GitHub
- URL: https://github.com/dev-siri/mern-memories
- Owner: Dev-Siri
- License: mit
- Created: 2023-09-26T19:19:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-28T18:35:54.000Z (over 1 year ago)
- Last Synced: 2025-02-02T09:19:06.519Z (5 months ago)
- Topics: express, fullstack, mern-stack, mongodb, node, react, typescript, vite
- Language: TypeScript
- Homepage: https://mern-memories-siri.netlify.app
- Size: 150 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Memories
A memory sharing app made with the MERN Stack.
## The Stack
Honestly, I am not really a fan of this stack. Mainly because its not performant (yes I care), I much rather prefer using PlanetScale / Neon, Go with FastHTTP, and React with Next.js App Router. But I just wanted to try it.
- **M**ongoDB
- **E**xpress
- **R**eact
- **N**ode## Getting Started
- Clone the repository
```sh
$ git clone https://github.com/Dev-Siri/MERN-Memories
```- Run install in both the directories
```sh
$ cd client && pnpm i && cd ../server && pnpm i && cd ..
```- Then run the dev command
```sh
# For both client and server
$ pnpm dev
```## License
This project is MIT Licensed, see [LICENSE](LICENSE)