Giter Site home page Giter Site logo

adityaadhikari15 / nodejs-backend-structure Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alaamezian/nodejs-backend-structure

1.0 0.0 0.0 409 KB

This is a basic project structure for a node js project contain a full support for async/await , proper error handling, basic Joi Validation object oriented para-diagram and much more

JavaScript 100.00%

nodejs-backend-structure's Introduction

Node Js Project Structure

Recently I have started working on a new project and the issue that I faced was spending a lot of time building the project structure based on the best practices, especially with javascript that has a lot of approaches and bad parts, I couldn't find any place that wraps the best practices into a single project ,so I decided to make it on my own.

in this repository, I don't aim to provide an optimal solution as each project have its own necessity but to help anyone that is starting with a node js project and can't find any inspiration on how to start building the project to take this project as the starting point.

some of the good practices followed in this repository:

  • Async/Await support
  • WinstonJs Logger Implementation
  • Error Handling
  • Sequelize Support
  • Basic Joi Validation
  • Open Api Specification implemented through swagger-jsdocs and swagger-ui
  • Jwt implementation
  • Enviroment variables to hold configuration values .env file
  • OOP (object oriented programming)
  • i've followed airbnb Coding standard with a eslint ,help to keep thing into prespective.

How to start the project

first you clone the project using the following command :

git clone https://github.com/AlaaMezian/NodeJs-backend-structure.git

install node version 8.11.0 or use nvm to downgrade your node version

delete the existing package.lock.json and run npm install

then you create a postgres database Named iLrn with the following credintials

username : postgres

password : password

run the migration using the following command : npx sequelize-cli db:migrate

Finally you run npm start

Future improvements utilize compenent based structe

please feel free to ⭐ happy programming ✌️

nodejs-backend-structure's People

Contributors

alaamezian avatar dependabot[bot] avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.