A NodeJS Express server that uses Prisma ORM.

Overview

Express - Prisma Template (Typescript)

A NodeJS Express server that uses Prisma ORM.

Stack

  • NodeJS
  • Express
  • Prisma
  • TypeScript
  • File Structure

  • src/config
  • src/routes
  • src/controllers
  • src/prisma
  • src/utils
  • app.ts
  • Quick Start

    1. Clone this repo
    2. Install dependencies using `yarn install`
    3. Create schemas in `Prisma/schema.prisma`
    4. Migrate the schemas using `npx prisma migrate dev --name init`
    5. Set Database Url in the `.env` file.
    6. Run the server using `yarn dev`
    You might also like...

    Postgres Node.js Express TypeScript application boilerplate with best practices for API development.

    Node TypeScript Boilerplate Postgres Developer Ready: A comprehensive template. Works out of the box for most Node.js projects. This project is intend

    Aug 28, 2022

    A boilerplate for REST API Development with Node.js, Express, and MongoDB using TypesScript

    node-mongo-boilerplate A simple boilerplate for NODEJS, EXPRESS and MONGODB REST API development . Quick Start Make sure you have node.js v14 + npm v8

    Oct 16, 2022

    X-Netflix is a streaming platform based on Netflix UI: built with ReactJS in frontend and nodeJS in backend.

    X-Netflix is a streaming platform based on Netflix UI: built with ReactJS in frontend and nodeJS in backend.

    X-Netflix X-Netflix is a streaming platform based on Netflix UI: built with ReactJS in frontend and nodeJS in backend. Built with FrontEnd: React.JS,

    Aug 19, 2022

    NodeJS library develop quick start: TypeScript + CI/CD + Release Workflow + Linter + Changelog + ...

    node-lib-starter Start NodeJS + TypeScript library developing with ease, have fun! Include Lint Git Hooks Release workflow CI/CD Changelog Configurati

    Oct 28, 2022

    An experiment in building a public facing personal knowledge web app with TiddlyWiki and Nodejs.

    Maarfapad What is this? Maarfapad was my attempt at learning Expressjs back in 2016 while building a CRUD app to handle TiddlyWiki html files. It was

    Mar 12, 2022

    Egg Framework Boilerplate for NodeJS Runtime.

    Egg Framework Boilerplate for NodeJS Runtime.

    EGG.JS FRAMEWORK Tomato Work Personal Affairs Management System WEB Applets Built with Node = 14.16.0 Node Version Release Egg Application - Document

    Jul 8, 2022

    An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.

    An upgradable boilerplate for Progressive web applications (PWA) with server side rendering, build with SEO in mind and achieving max page speed and optimized user experience.

    React PWA v2 A highly scalable, Progressive Web Application foundation,boilerplate, with the best Developer Experience. Demo: https://demo.reactpwa.co

    Dec 26, 2022

    ✨ Create server-rendered universal JavaScript applications with no configuration

    ✨ Create server-rendered universal JavaScript applications with no configuration

    Universal JavaScript applications are tough to setup. Either you buy into a framework like Next.js or Nuxt, fork a boilerplate, or set things up yours

    Jan 8, 2023

    Component-based node server architecture that is dockerized and ready for deployment

    Introduction Component based node server architecture that is dockerized and ready for deployment Installation clone the repo and then cd NODE-SERVER

    Jan 24, 2022
    Owner
    Nabeegh Ahmed
    Software Engineer at Revolving Games, Inc.
    Nabeegh Ahmed
    Apollo Server Express Boilerplate

    Boilerplate for graphql and graphql-ws using Apollo Server Express and powered by TypeORM and TypeGraphQL to make your work is quicker and easier.

    Arya W Pratama 10 Dec 14, 2022
    React Starter Kit — isomorphic web app boilerplate (Node.js, Express, GraphQL, React.js, Babel, PostCSS, Webpack, Browsersync)

    React Starter Kit — "isomorphic" web app boilerplate React Starter Kit is an opinionated boilerplate for web development built on top of Node.js, Expr

    Kriasoft 21.7k Jan 1, 2023
    A boilerplate for building production-ready RESTful APIs using Node.js, Express, and Mongoose

    By running a single command, you will get a production-ready Node.js app installed and fully configured on your machine. The app comes with many built-in features, such as authentication using JWT, request validation, unit and integration tests, continuous integration, docker support, API documentation, pagination, etc. For more details, check the features list below.

    Hagop Jamkojian 5k Dec 31, 2022
    korrijs is a backend framework that built on express.js

    körri-backend this is not a fork of any project. please support. -features: -automatic routing from file system "/routers" directory for eg.: you have

    null 5 Aug 22, 2022
    Very minimalistic boilerplate to start most Typescript Express projects. Includes Mongodb connection via Mongoose with a sample post model.

    Minimalist express-typescript-boilerplate Available Scripts - `tsc' - builds the tsc project to the dist folder - `build` - cleans the previous build

    Black Axe 16 Dec 13, 2022
    This is a template project demonstrating how the MERN stack(Mongo, Express, React, Node) can be used, here we have the back end implementation and there is the React implementation as the front end

    Versão em português MERN stack This is a template project demonstrating how the MERN stack(Mongo, Express, React, Node) can be used, here we have the

    Douglas Samuel Gonçalves 2 Jan 22, 2022
    Node Express Template (NET.ts) - a small template project which help you to speed up the process of building RESTful API

    Node Express Template (NET.ts) - a small template project which help you to speed up the process of building RESTful API

    Przemek Nowicki 26 Jan 4, 2023
    A simple Fast CLI that create Express+Mongoose MVC pattern

    express-schema-generator Site | Docs | Contributing | Code of Conduct | Twitter | Chat Bored Writing and Creating the Same Express MVC Folders Again a

    Shantanu Bombatkar 10 Aug 15, 2022
    About Folder pattern for express rest api starterkit clean architecture, easy to scalable and easy to maintenance.

    Express Rest Api Clean Architecture The following is a folder pattern for express rest api starterkit structure pattern that I usually use, so if you

    Restu Wahyu Saputra 50 Dec 20, 2022
    Express Graphql Clean Architecture

    Folder pattern for express graphql starterkit clean architecture, easy to scalable and easy to maintenance, explore documentation for more about this starterkit https://typegraphql.com

    Restu Wahyu Saputra 10 Aug 14, 2022