Skip to content

SE-JE/venida

Repository files navigation

Venida Platform

visitors

Venida Platform is a Boilerplate of your awesome application. With venida developing a technology backend so much faster without having to install the packages used, everything in venida is ready to use!

💻 Install/Setup

  1. Clone Repository
git clone https://github.com/SE-JE/venida.git
cd venida
npm install
copy .env.example .env
npm run build
npm run cp-error-declaration
  1. Run the Venida
  • For debug development mode, you can use this:
npm run debug
  • Run Venida with pm2 instance:
npm run start
  • Call node via console:
npm run venida server