Skip to content

lutfianRhdn/express-starter

Repository files navigation

ExpressJs Starter

This project expressJs starter use prisma

Installation

Install ExpressJs with npm

  npm install Project-Name
  cd Project-Name
  cp .env.example .env

Environment Variables

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

BASE_URL

DATABASE_URL

REDIS_HOST

REDIS_PORT

Run Locally

Clone the project

Install dependencies

  npm install

Start the server

  npm run dev

Running Tests

To run tests, run the following command

  npm run test

Tech Stack

Client: EJS, TailwindCSS

Server: Node, Express, Redis, PrismaJS, Mocha

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors