All Projects → sadhakbj → Nodejs-Boilerplate

sadhakbj / Nodejs-Boilerplate

Licence: other
Nodejs boilerplate / framework

Programming Languages

javascript
184084 projects - #8 most used programming language
shell
77523 projects

Projects that are alternatives of or similar to Nodejs-Boilerplate

hacktoberfest2020
Submit Just 4 PRs to earn SWAGS 🔥
Stars: ✭ 44 (+193.33%)
Mutual labels:  hactoberfest, hactoberfest2020
Healthify
Healthify - An app to track your daily water intake and sleep and boost your work efficiency. Healthify is built using Kotlin and follows all modern android Development practices and hence is a good learning resource for beginners
Stars: ✭ 37 (+146.67%)
Mutual labels:  hactoberfest
open-source-DSA-code
open source contribution during hacktoberfest for beginners.
Stars: ✭ 31 (+106.67%)
Mutual labels:  hactoberfest
blurz
Blurz - Bluetooth lib for Rust using blueZ/dbus
Stars: ✭ 67 (+346.67%)
Mutual labels:  hactoberfest
kubernetes
my yaml files for kubernetes cluster
Stars: ✭ 98 (+553.33%)
Mutual labels:  hactoberfest
dobby
dobby is free and will serve your orders
Stars: ✭ 24 (+60%)
Mutual labels:  hactoberfest
Hactoberfest-accepted
Raise Genuine PRs only. Your PRs will be accepted, keep patience.
Stars: ✭ 116 (+673.33%)
Mutual labels:  hactoberfest
zen archived
TLS integration and more!
Stars: ✭ 133 (+786.67%)
Mutual labels:  hactoberfest
Web-Development-Path-And-Resources
Will Add a path and some resources in this repo for web D for my first year students
Stars: ✭ 46 (+206.67%)
Mutual labels:  hactoberfest
fasthtmx
FastAPI-HTMX Demo Project
Stars: ✭ 62 (+313.33%)
Mutual labels:  hactoberfest
Datscan
DatScan is an initiative to build an open-source CMS that will have the capability to solve any problem using data Analysis just with the help of various modules and a vast standardized module library
Stars: ✭ 13 (-13.33%)
Mutual labels:  hactoberfest
data-structures-algorithms-interviews
👨‍💻 Repo contains my solutions to coding interview problems on various platforms. Will later convert into a React based web app for personal revision.
Stars: ✭ 16 (+6.67%)
Mutual labels:  hactoberfest
wink-statistics
Fast & numerically stable statistical analysis
Stars: ✭ 36 (+140%)
Mutual labels:  hactoberfest
fmiopendata
Python interface for FMI open data
Stars: ✭ 35 (+133.33%)
Mutual labels:  hactoberfest
ToDo-iOS
An open-source ToDo list iOS application in Swift.
Stars: ✭ 32 (+113.33%)
Mutual labels:  hactoberfest2020
Ultimate Algorithms Repository
This is a collection of Data Structures and Algorithms
Stars: ✭ 69 (+360%)
Mutual labels:  hactoberfest2020
bigint
bigint is a C++ library which can handle Very very Big Integers. It can calculate factorial of 1000000... it can go any big. It may be useful in Competitive Coding and Scientific Calculations which deals with very very large Integers. It can also be used in Decryption process. It has many inbuilt functions which can be very useful.
Stars: ✭ 34 (+126.67%)
Mutual labels:  hactoberfest
CSES-Problems
Here we will have collection of solution of cses.fi
Stars: ✭ 22 (+46.67%)
Mutual labels:  hactoberfest2020
elevate-lab-website
A website to inform and invite contributors to elevate-lab
Stars: ✭ 15 (+0%)
Mutual labels:  hactoberfest
Algorithms
🎓 Important Algorithms and their implementations
Stars: ✭ 30 (+100%)
Mutual labels:  hactoberfest

XNoPo (Express, Node, Postgres) Backend

Nodejs Backend with Postgresql

Install

The application app can be installed using the following commands:

  • git clone [email protected]:sadhakbj/Nodejs-Boilerplate.git api
  • cd api
  • Copy the env file .env.example .env
  • Update database configurations
  • Install required dependencies using: npm install or yarn

Run

  • Run all the migrations using command: yarn migrate
  • Seed the data: yarn db:seed
  • Serve the application: yarn serve
  • Access: http://127.0.0.1:5000

Framework & Libraries used:

  • Express JS - Web Application framework
  • Knex.js - Query Builder
  • Objection ORM
  • ValidatorJS
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].