Skip to content

(Backend Code updates are Dis-Continued because of security issue) Its Node.js sever for application chatppl, it provide REST API for the applicaiton

Notifications You must be signed in to change notification settings

khanani92/chatppl-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chatppl

(Backend Code updates are Dis-Continued because of security issue) It is a Node.js sever for application an Hybrid Application Chatppl , it provide REST API for that applicaiton.

Development Environment Setup

Pre-requisites:

  • Node.js
  • MongoDB

Install MongoDB and NodeJS x64 distributions from its websites.

Runing Application.

Move to the Project Directry

$cd projectDirectry
  • Installing all the Dependencies
$npm install
  • Adding MongoDb URL for DataBase Conntection Move to project folder then
$cd app/model/

Then open the dbCollection.js file and put your data base URL

  mongoose.connect('Data base URL');
  • Setting up the API key Move to project folder then
$ cd app/Config/ 

Then open the Config.js file and put your own apiKey

"encrypt_key"   : 'API key'
  • Running in Project Move to project folder then
$ node server.js
  • Server is Developed on localhost:8080
  • Add API key in the header when hitting an API

#License MIT

About

(Backend Code updates are Dis-Continued because of security issue) Its Node.js sever for application chatppl, it provide REST API for the applicaiton

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published