A Back End template using Express.js as a Node.js framework.
Current app version is on v1.0.
# Install dependencies
npm install
# Create .env
copy the .env.examples and rename it to .env and place your environment there
# Run in development
npm run dev
# Run in production
npm run build
npm start
# Unit/Integration testing
npm run test
# Formating
npm run lint:js
Happy Code Bruh!
Made With Love ~Irfan