Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding a remainder for creating '.env' file in project #69

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# Talk-A-Tive

Talk-a-tive is a Full Stack Chatting App.
Talk-a-tive is a Full Stack (MERN-based) Chatting App.
Uses Socket.io for real time communication and stores user details in encrypted format in Mongo DB Database.
## Tech Stack

Expand All @@ -17,9 +17,11 @@ Uses Socket.io for real time communication and stores user details in encrypted

![](https://github.com/piyush-eon/mern-chat-app/blob/master/screenshots/group%20%2B%20notif.PNG)
## Run Locally
***Please remember that you have to create a .env file(for environment variables) to set up port for api testing , the connection URI of MongoDB, also to set the port number and to set the JWT Encryption Secret Key.***

Clone the project


```bash
git clone https://github.com/piyush-eon/mern-chat-app
```
Expand Down