Skip to content

VUE JS project for controlling animals house visits

Notifications You must be signed in to change notification settings

yana617/house-of-souls-ui

Repository files navigation

house-of-souls-ui

Volunteers come to the house of the rescued souls (HOS, in russian - Домик Спасенных Душ или ДСД) every day to look after the animals, in the morning and in the evening. To control when and who will be, a schedule is kept in Excel. Purpose - to automate the process of recording people on a schedule.

Project setup

Requirements

node version 14.17.2 npm version 6.14.13

npm install

 

How to run

Pre-requirements

Create .env.local file from .env.example file and setup local variables.

To have a mock server via service worker it's required to provide env variable VUE_APP_MSW with value true

Setup VUE_APP_AUTH_SERVICE and VUE_APP_HOS_SERVICE variables with API urls

Run:

npm start

 

Build for production

npm run build

 

Lints and fixes files

npm run lint

 

Deployment

  • If the project is configured on the server earlier:
npm run deploy
  • If not:

Removes project .env variables!

npm run deploy-with-setup

And setup .env.production file in project source directory on the server

About

VUE JS project for controlling animals house visits

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published