Nortasian | Express-Prisma Node.js Starter
A Simple Node.js Express starter project.
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.