zerothebahdman / nodejs-starter-pack

A simple Node JS starter pack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NodeJS Starter Kit

A highly scalable and a focus on performance and best practices boilerplate code for Nodejs and TypeScript based web applications.

Start a new application in seconds!


Features

  • Quick scaffolding
  • TypeScript
    • The best way to write modern applications. Code is easier to understand. It is now way more difficult to write invalid code as was the case in dynamically typed languages
  • Authentication out of the box

Requirements

  1. Node 16 and above
  2. NPM
  3. Docker
  4. MongoDB

Project Installation

  1. cd into whatever directory you want work from.
  2. Run git clone https://github.com/zerothebahdman/nodejs-starter-pack.git then cd into the repo.
  3. After cloning the project, run cp .env .env.example on your terminal to create a new .env file from the .env.example.
  4. Run npm install || npm i to install all the dependencies.

If you have discovered a bug or have a feature suggestion, feel free to create an issue on Github Issues.

Making contributions

Checkout the contributions guidelines

Dont forget to star or fork this if you like it

License

license

This project is licensed under the terms of the GPL license.

About

A simple Node JS starter pack

License:GNU General Public License v3.0


Languages

Language:TypeScript 99.4%Language:Dockerfile 0.6%Language:Procfile 0.0%