Skip to content

rahul2104/demo-node

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node js Structure

Nodejs project structure using expressjs,socket.io

Install

Install current stable version of nodejs

curl -sL https://deb.nodesource.com/setup_10.x -o nodesource_setup.sh

sudo bash nodesource_setup.sh

sudo apt install nodejs

sudo apt-get install g++ build-essential

Nodejs current version check

nodejs -v

Install redis server

sudo apt update

sudo apt install redis-server

Install mongodb

Install new version of mongodb

wget -qO - https://www.mongodb.org/static/pgp/server-4.2.asc | sudo apt-key add -

echo "deb [ arch=amd64 ] https://repo.mongodb.org/apt/ubuntu bionic/mongodb-org/4.2 multiverse" | sudo tee /etc/apt/sources.list.d/mongodb-org-4.2.list

sudo apt-get update

sudo apt-get install -y mongodb-org

sudo service mongod start

sudo service mongod stop

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-ubuntu/

Env setup

create .env file in root folder

add all key from env.example

Database connection

default database info (mongodb)

db name - demo

db port - 27017 (default mongodb port)

db user - demo

db pass - demo

Redis server

it is use for token store

default redis server setup

server: 'localhost',

port: 6379, (default redis port)

Development server

base url - http://localhost:5001

Basic Auth api security

basic auth credentials username- demo password - demo

Staging server

base url - http://localhost:5002

Production server

base url - http://localhost:5003

Swagger Doc link

http://localhost:5001/apiDocs/v1/

    basic auth credentials
    username- demo
    password - demo

About

Nodejs project structure for api using expressjs,socket.io

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •  
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy