A real time chat app built with MERN Stack.
https://todo-list-react-mern.netlify.app/
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
Client: React JS
Server: Node JS, Express JS
Database: Mongo DB, Supertokens
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