Skip to content

Tourism recommendation system RESTful-API based on user mood.

Notifications You must be signed in to change notification settings

halowisata/ViVe-Cloud

Repository files navigation

Halowisata / ViVe API

Bangkit Capstone Project 2023

Tourism recommendation system RESTful-API based on user mood.

Getting Started

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