Skip to content
This repository was archived by the owner on Oct 16, 2022. It is now read-only.

Simple Nodejs project structure with API versioning, built on express.js and ECMA6.

License

Notifications You must be signed in to change notification settings

kapilbarad/nodejs-project-structure

Folders and files

NameName
Last commit message
Last commit date

Latest commit

464110b · Oct 31, 2018

History

3 Commits
Oct 31, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018
Oct 30, 2018

Repository files navigation

NodeJS Project Structure

Getting started

Install Node

$ curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.0/install.sh | bash
$ nvm install 10.5.0
$ nvm use 10.5.0

Clone this repo (and cd to it)

$ git clone https://github.com/kapilbarad/nodejs-project-structure.git
$ cd nodejs-project-structure

Install Dependencies

$ npm install

Load env vars

cp .env-example .env

Input the desired environment variables in .env.

Start the server

$ npm run start

About

Simple Nodejs project structure with API versioning, built on express.js and ECMA6.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published