Skip to content

πŸ„β€β™‚οΈ A node.js template to quickly get started building

Notifications You must be signed in to change notification settings

0xMukesh/hacky-node-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

7 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

hacky-node-template

πŸ„β€β™‚οΈ A type-safe Node.js template to quickly get started building.

Tech-stack

  • Express.js - Fast, un-opinionated, minimalist web framework for Node.js
  • Prisma - Type-safe ORM to ship code which doesn't break during production.
  • MongoDB - A NoSQL database to build fast and smart.
  • pnpm - Fast, disk space efficient package manager

Getting started

  1. If you haven't installed pnpm yet then go ahead and install it via npm/yarn.

    yarn add -g pnpm # yarn
    npm install -g pnpm # npm
  2. Click on "Use this template" and you are ready to ship πŸ„β€β™‚οΈ

  3. Install all the dependencies via pnpm i command.

  4. The database schema is stored within the prisma/schema.prisma file. If you want to have cross-file model relations, then you would need to use something like Prismix.

  5. Deploy your Node.js application to Railway within seconds

    Deploy on Railway

Made with ❀ by @0xMukesh for buildoors

About

πŸ„β€β™‚οΈ A node.js template to quickly get started building

Resources

Stars

Watchers

Forks