This is an example of a backend project with Express, Prisma and SQLite
Client: express, prisma, SQLite, cloudinary, multer, zod, jsonwebtoken, bcrypt
Clone the project
git clone https://github.com/elyasprba/backend-prisma.git
Go to the project directory
cd backend-prisma
Install dependencies
npm install
Start the server
npm run start
To run this project, you will need to add the following environment variables to your .env file
PORT = ""
JWT_SECRET = ""
RESFRESH_TOKEN_SECRET = ""
CLOUD_NAME = ""
CLOUD_API = ""
CLOUD_SECRET = ""
Here are some related projects
- AUTH (LOGIN, REGISTER, REFRESH-TOKEN)
- USERS (READ, UPDATE)
- PRODUCTS (CREATE, READ, UPDATE)