halowisata / ViVe-Cloud

Tourism recommendation system RESTful-API based on user mood.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Tourism recommendation system RESTful-API based on user mood.


Languages

Language:JavaScript 99.8%Language:Dockerfile 0.2%