GithubHelp home page GithubHelp logo

yuzhaoping / veritone-challenge Goto Github PK

View Code? Open in Web Editor NEW
0.0 3.0 0.0 1.53 MB

Veritone Fullstack Coding Challenge.

License: MIT License

CSS 0.93% HTML 1.94% JavaScript 83.00% Shell 10.17% Dockerfile 1.32% PLpgSQL 2.42% SCSS 0.22%

veritone-challenge's Introduction

veritone-challenge

Veritone Fullstack Coding Challenge.

Usage

  1. Clone the project:
mkdir -p ~/work/challenge & cd ~/work/challenge
git clone https://github.com/YuZhaoping/veritone-challenge.git veritone
  1. Build PostgreSQL docker image & run PostgreSQL docker container:
cd ~/work/challenge/veritone
./dbs/PostgreSQL/docker-cmd/build-image.sh
./dbs/PostgreSQL/docker-cmd/run.sh
  1. Run the mall backend service server:
cd ~/work/challenge/veritone/ms/mall
npm install
npm run dev

The web server is listening at 3000 port as default.
Use Ctrl+C to terminate the server.

  • Or run the mall backend service as docker container:
cd ~/work/challenge/veritone
./ms/mall/docker-cmd/build-image.sh
./ms/mall/docker-cmd/run.sh
  1. Run the challenge app front end:
cd ~/work/challenge/veritone/front-end
npm install
npm run dev

The web server is listening at 8080 port as default.
Use Ctrl+C to exit the web server.

  • Or run the front end as docker container:
cd ~/work/challenge/veritone/front-end
npm install
npm run build
./docker-cmd/build-image.sh
./docker-cmd/run.sh

APIs

RESTful APIs between front-end and backend services

veritone-challenge's People

Contributors

yuzhaoping avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.