πββοΈ A type-safe Node.js template to quickly get started building.
- 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
-
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
-
Click on "Use this template" and you are ready to ship πββοΈ
-
Install all the dependencies via
pnpm i
command. -
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. -
Deploy your Node.js application to Railway within seconds
Made with β€ by @0xMukesh for buildoors