An open API service indexing awesome lists of open source software.

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

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)