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-api
Open vive-api directory and install all required dependencies
npm install
Copy the example env file and adjust the env file
cp .env.example .env
Create the database to MySQL with name
vive_app
Start the migration for development
npm run migrate:dev
Start the server
npm run start:dev