Skip to content

Internet café management API built with Prisma, TypeScript, Express and MongoDB

Notifications You must be signed in to change notification settings

wyakaga/moai-warnet-express

Repository files navigation

Requirements

  • NodeJS 18.x
  • MongoDB

🛠️ Installation Steps:

1. Clone this repository

git clone https://github.com/wyakaga/moai-warnet-express.git

2. Change the working directory into folder directory

cd moai-warnet-express

3. Install with npm

npm install

4. Create .env file

DATABASE_URL = [your MongoDB url]

5. Seed database

npx prisma generate
npx prisma db seed

6. Run with npm

npm run dev

Table Structure

Take a look at the scheme.prisma file

Postman Documentation

Take a look at the postman collection to run the API by import it

About

Internet café management API built with Prisma, TypeScript, Express and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published