The source code of the backend of Maker PlayGround web application.
-
install node via the pre-built installer
-
clone this repository
-
install the require dependencies
npm install -
start the server using the environment variable in .env file
node -r dotenv/config server.js