Skip to content

Latest commit

 

History

101 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

Heylo

Chat application back-end server. (Still in development)

Installation

  1. Install latest stable nodejs version.

  2. Install mongodb community edition.

  3. Install compass (the UI tool for mongodb).

  4. Get the repo.

  5. Go in the root directory and type:

     $ cd ./server/
    
  6. Install the server's dependencies:

     $ npm install
    
  7. Config folder and sslcert folder hold secrets, so there are not in the repo.

  8. Run server in development:

     $ npm run dev
    
  9. Run server in debug (setup your IDE/Editor to execute this command when debugging):

     $ npm run debug
    
  10. Run server in production:

     $ npm run prod
    

About

Heylo App Back-End (Chat Application)

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages