Skip to content

mohantechnology/chat-app-database

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chat App Database API

Configuration


  • Setup Enviornment by running following commands in terminal
  • 1) 'git clone 'git@github.com:mohantechnology/chat-app-database.git' to clone repository
    2) 'npm install' to install dependencies
    3) 'npm start' to run the server

    configure Chat app
    configure socket server

  • Configure your env variables in .env file
  • DB_LINK : Databaser url .For example 'mongodb://localhost/api_db'
    JWT_SECRET_KEY : Any string value

Overview


    It is an API build using Nodejs (express). It handles all operations related to database for successfully running of chat app . Every Request/Response is Send/Received in Json format.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published