Giter Site home page Giter Site logo

qover's Introduction

post install

the solution should be executed on MacOSX

required

install nodejs on mac osx

suggestion on mac osx

install iterm2 Nightly Builds

install nvm

use nvm to install node

curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.31.1/install.sh | bash

install node

nvm install v5.11.1
nvm install v6.2.0

install mongo on mac osx (xcode installed needed)

https://docs.mongodb.com/manual/tutorial/install-mongodb-on-os-x/

install homebrew

install homebrew

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

install mongodb

brew install mongodb

create data path

sudo -p /data
sudo chmod -R 777 /data

execute mongodb

mongod --dbpath=/data

install

unzip the package

2 directories: qover and qoverStrapi

  • qover : the front-end part
  • qoverStrapi : the api

qover

technology

  • framework : react-redux-starter-kit version 2

install and run

cd qover
nvm use v6.2.0

npm install
npm start

access

admin url: http://localhost:1337/admin/#!/

admin user: [email protected]

admin password: eduBcRtjID8

api graphql url example: http://localhost:1337/api/graphql?query={products{id,name,productparam{key,value}}}

test

npm test

info

qover is developed with webstorm on mac osx

qoverStrapi

technology

  • framework : strapi

install and run

cd qoverStrapi
nvm use v5.11.1
npm i -g strapi gulp
cd api/admin/public
npm install
gulp install

npm install
strapi start OR npm start OR node --harmony server.js

access

  • url: http://localhost:3000/
  • login: log with a valid user
  • click on Form in the navbar
  • fill the form
  • press 'Get Price'
  • visit the admin panel in quoverStrapi to see the quote in the Quote Table

test

no test for the moment

info

qoverTest is developed with Visual studio code on mac osx

qover's People

Contributors

rsilvestre avatar

Watchers

 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.