Express-TopUpGame

This project is the backend of the Top Up Game in the BuildWithAngga course class, for the frontend, see the following link: Next-TopUpGame

How to use

First install modules

npm install

.env file configuration

MODE=dev
SERVICE_NAME=express-topupgame
MONGO_URL=mongodb://127.0.0.1:27017/db_name
JWT=xxx

Running Servers

yarn dev

This is the project link

Vercel