8000 GitHub - Radioreve/octo-job-board
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Radioreve/octo-job-board

8000
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JobBoard OCTO

CircleCI

Coverage Status

Getting started

# get project sources
git clone git@github.com:octo-web-front-end-tribe/octo-job-board.git
cd octo-job-board

# install dependencies
npm install

# run tests
npm test

# configure database
npm run configure

# build Vue.js  client for production with minification
npm run build

# start the application
npm start

Visualise Data in Database

IntelliJ IDEA (and other JetBrains products)

In project tree, find octo-job-board/server/src/db/data.development.sqlite

- Right Click 
- As Data Source
- Driver should be `SQLITE`
- OK
- Click on `Download` missing driver files

Database is now configure and to access it, click on Database View (View > Database)

Running the different environments

You can run the API server independently from the client's development one.

Server

cd server
npm start

Client

cd client
npm run dev

Release to production

The release to production process is as simple as running the command (from any branch):

npm run release

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 82.7%
  • Vue 16.3%
  • Other 1.0%
0