QuickStart your API development with pre-installed dependancies and folder structure.
Install my-project with npm
git clone https://github.com/hamisirizwan/express-prisma-sql-starter.git project_name
cd project-dir
npm install || yarn To run this project, you will need to add the following environment variables to your .env file
PORT NUMBER
DATABASE URL STRING
rm -rf .git rmdir /s .git npm run dev