Skip to content
This repository has been archived by the owner on Dec 6, 2019. It is now read-only.

quickwords/quickwords-api

Repository files navigation

README

Steps to set up project

  • Ruby version 2.5.1p57

  • clone repo

    git clone https://github.com/quickwords/quickwords-api.git
    cd quickwords-api
    
  • install dependecies

    bundle
    
  • import master.key and .env.local to the root directory of the project

  • create database user

    psql
    CREATE USER quickwords WITH CREATEDB PASSWORD '<<our_password>>';
    
    
  • Database initialization

    rails db:setup
    

    *For missing credentails and files ask @gtluszcz

About

[Abandoned] An experimental API for quickwords desktop app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published