Skip to content
/ venida Public template
forked from SE-JE/venida

Venida Platform is a Boilerplate for your awesome application.

License

Notifications You must be signed in to change notification settings

stmj-dev/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
npm run build
npm run cp-error-declaration
copy .env.example .env
  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

About

Venida Platform is a Boilerplate for your awesome application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.9%
  • Shell 0.1%