This project expressJs starter use prisma
Install ExpressJs with npm
npm install Project-Name
cd Project-Name
cp .env.example .envTo run this project, you will need to add the following environment variables to your .env file
BASE_URL
DATABASE_URL
REDIS_HOST
REDIS_PORT
Clone the project
Install dependencies
npm installStart the server
npm run devTo run tests, run the following command
npm run testClient: EJS, TailwindCSS
Server: Node, Express, Redis, PrismaJS, Mocha