Skip to content

Latest commit

 

History

History
69 lines (39 loc) · 1.03 KB

README.md

File metadata and controls

69 lines (39 loc) · 1.03 KB

Messagely

A real time chat app built with MERN Stack.

Demo

https://todo-list-react-mern.netlify.app/

Run Locally

First of all Clone the project

  git clone https://github.com/bleedingAyush/todo-list-mern

Install dependencies

   npm run install-packages

Start the app

Frontend

   npm run client

Backend

   npm start

Visit http://localhost:3000

Tech Stack

Client: React JS

Server: Node JS, Express JS

Database: Mongo DB, Supertokens

Environment

Backend

MONGODB_CONNECT_URL MONGO DB URI

PORT E.g. 5000

SUPERTOKENS_CONNECT_URL SUPERTOKENS CONNECTION URI Learn more at https://supertokens.com/

SUPERTOKENS_API_KEY API KEY get from the dashboard after signing up

API_DOMAIN E.g. http://localhost:5000 or https://api.example.com

WEBSITE_DOMAIN E.g. http://localhost or https://www.example.com

DASHBOARD_API_KEY (optional) Custom api key E.g. testApiKey

NODE_ENV E.g. Development

FRONTEND

REACT_APP_API_URL The api url or localhost url