Tourism recommendation system RESTful-API based on user mood.
To start running this project locally,
git clone -b development https://github.com/vive-team/ViVe-Cloud.git vive-apiOpen vive-api directory and install all required dependencies
npm installCopy the example env file and adjust the env file
cp .env.example .envCreate the database to MySQL with name
vive_appStart the migration for development
npm run migrate:devStart the server
npm run start:dev