https://github.com/ixahil/snippet-master-app
Snippet Management Application - Full Stack using MERN Stack
https://github.com/ixahil/snippet-master-app
expressjs nextjs14 nodejs reactjs redux-toolkit rest-api snippets-manager
Last synced: 6 months ago
JSON representation
Snippet Management Application - Full Stack using MERN Stack
- Host: GitHub
- URL: https://github.com/ixahil/snippet-master-app
- Owner: ixahil
- Created: 2024-07-26T16:44:10.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-20T18:49:05.000Z (9 months ago)
- Last Synced: 2025-06-13T02:48:16.543Z (7 months ago)
- Topics: expressjs, nextjs14, nodejs, reactjs, redux-toolkit, rest-api, snippets-manager
- Language: JavaScript
- Homepage: https://snippet-master.sahildev.pro/
- Size: 170 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Snippet Management Application
With our advanced tagging and search features, you can quickly find the snipped you need, right when you need it. Spend less time searching for code and more time writing it.
## Live Link
Visit my live portfolio: [www.snippet-master.sahildev.pro/](https://snippet-master.sahildev.pro/)
## Tech Stack
- **Client:** Next.js 14, React, TailwindCSS, Redux Toolkit, RTK Query
- **Server:** Node.js, Express.js, MongoDB, RestAPI
## Run Locally
1. Server
```bash
git clone https://github.com/ixahil/snippet-master-app
cd snippet-master-app/server
pnpm install
...Environments `PORT, DBURI, NODE_ENV`
pnpm dev
```
2. Client
```bash
git clone https://github.com/ixahil/snippet-master-app
cd snippet-master-app/client
npm run install
...Environments `NEXT_PUBLIC_API`
npm run dev
```
## Authors
- [@ixahil](https://github.com/ixahil)