COMPFEST BE is a backend application built with express for COMPFEST SEA Tasks, which is a Hospital Information System.
- Node.js (https://nodejs.org/en/download/)
- MongoDB (https://www.mongodb.com/try/download/community)
- Git (https://git-scm.com/downloads)
-
Clone the repository:
git clone https://github.com/MaryantoCin/compfest-be.git
-
Install all the needed NPM packages:
npm install
-
Run the project
npm run start