Skip to content

hamisirizwan/express-prisma-sql-starter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NODEJS EXPRESS MYSQL PRISMA BACKEND API STARTER CODE

QuickStart your API development with pre-installed dependancies and folder structure.

Installation

Install my-project with npm

  git clone https://github.com/hamisirizwan/express-prisma-sql-starter.git project_name
  cd project-dir
  npm install || yarn 

Environment Variables

To run this project, you will need to add the following environment variables to your .env file

PORT NUMBER

DATABASE URL STRING

Remove .git folder

linux

   rm -rf .git

windows

   rmdir /s .git

Run projects

   npm run dev

Author

portfolio

About

Starter template for a nodejs mysql prisma backend API with Auth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors