@nortasian/starter

A Simple Node.js Express starter project


Keywords
node, starter, typescript, express, prisma, sequelize, postgresql, mysql, api
License
MIT
Install
npm install @nortasian/starter@1.0.8

Documentation

Nortasian | Express-Prisma Node.js Starter

A Simple Node.js Express starter project.

GitHub Workflow Status GitHub release (release name instead of tag name) Made with Node.js Made with Express js Made with Prisma MIT

Installation

  npx @nortasian/starter my-project
  
  cd my-project
  
  npx prisma migrate dev --name init

🚀 Run Locally

Run the project

  yarn dev

OR

  npm run dev

🧪 Running Tests

To run tests, run the following command

  yarn test

OR

  npm run test

Authors

License

Nortasian is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.