Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 242 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 242 Bytes

Card System Webapp

Running the Application

npm i
npm run build
npm run serve

Prereqs

.env file with:

MONGODB_URI=
DB_NAME=
COLLECTION_NAME=

certificate generated by mongodb atlas (save as cert.pem in project /)