GithubHelp home page GithubHelp logo

plow / skills Goto Github PK

View Code? Open in Web Editor NEW

This project forked from puzzle/skills

0.0 0.0 0.0 15.04 MB

Open source skill management web application

License: GNU Affero General Public License v3.0

Ruby 38.67% HTML 0.45% JavaScript 33.33% Shell 0.14% Dockerfile 0.15% Handlebars 15.00% SCSS 12.26%

skills's Introduction

contributions welcome Build Status GitHub contributors GitHub last commit License: AGPL v3 GitHub stars

PuzzleSkills is an open source webapplication to facilitate skill management.
With the help of PuzzleSkills Users can manage their profiles, CVs and Skills.

Back-End

This is the Backend documentation for the PuzzleSkills Application . The Back-End is built with Ruby on Rails with an API interface.

Prerequisites

You will need the following things properly installed on your computer:

Quick Setup

Clone the repository to your machine:

git clone https://github.com/puzzle/skills.git

Enter the repository:

cd skills

Install Ruby with the help of RVM:

rvm install 2.5

Tell RVM to use the just install Ruby Version:

rvm use 2.5

Install the ruby package manager:

gem install bundler

And let the bundler install all the prerequisite gems:

bundle install

Database setup

With Docker

Install docker and docker-compose

docker-compose up -d
Just with Vanilla Postgresql

Install Postgresql

sudo apt-get install postgresql postgresql-contrib

Start Postgresql as superuser

sudo su - postgres

Create the user skills

createuser skills -s -l -P

(with password 'skills')

exit
With the Server setup completed

go back to the skills folder

And let rails setup the database

rails db:setup

Running / Development

You can run the backend server with

rails s

Congratulations you have the Ruby on Rails backend up and running. From here on continue with the frontend setup

Front-End

The Front-End is built with EmberJS.

See frontend/README.md

Testing

  • To run the backend tests run rake spec
  • Frontend tests can be executed with rake spec:frontend
  • Frontend tests with livereload rake spec:frontend:serve
  • To run a single test run the following command in the frontend folder npm test --filter "some filter words"
  • There is also rake ci and rake ci:nightly which should be periodically exectued by a build job (e.g. on jenkins)

Documentation

Find further Documentation at the links below

Changelog
Configuration
Contributing
DockerImage

skills's People

Contributors

bihorco36 avatar dependabot[bot] avatar dominikfischli avatar dovaya avatar glowseeker avatar knowninter avatar kronn avatar mecanno-man avatar mroetheli avatar mtnstar avatar odaner avatar robin481 avatar samuelschwegler avatar severinraez avatar sidler92 avatar sylivankenobi avatar thewalkingleek avatar topaxi 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.