Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mcstanley/mernssenger
Get connected with your friends β MERN style.
https://github.com/mcstanley/mernssenger
chat-app express jamstack mern-stack mongodb nodejs react react-hook-form tailwindcss typescript
Last synced: 23 days ago
JSON representation
Get connected with your friends β MERN style.
- Host: GitHub
- URL: https://github.com/mcstanley/mernssenger
- Owner: McStanley
- Created: 2024-04-22T16:46:53.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-05-18T18:18:12.000Z (9 months ago)
- Last Synced: 2025-01-18T11:46:44.102Z (23 days ago)
- Topics: chat-app, express, jamstack, mern-stack, mongodb, nodejs, react, react-hook-form, tailwindcss, typescript
- Language: TypeScript
- Homepage: https://mernssenger.vercel.app
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Tech stack
**Front End:** React, React Router, React Hook Form, SWR, Tailwind
**Back End:** NodeJS, Express, MongoDB, PassportJS
**Language:** TypeScript
## Usage
### Install
```sh
npm install
```### Environment variables (`.env`)
```toml
MONGODB_URI=""
SESSION_SECRET=""
```### Run scripts
```sh
npm run build
npm run start
# OR
npm run dev
```## Author
π€ **StanisΕaw Olejniczak**
- Website:
- Github: [@McStanley](https://github.com/McStanley)## Show your support
Give this project a βοΈ if you like it!
---
_This README was generated with β€οΈ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_