EdwardEndovickiy / code-example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Code-Example

It's a single page app. Implemented an example of the connection between client and server using API(GET requests). To edit the database pre-installed the ActiveAdmin panel.

About ActiveAdmin

The basic idea was that the client can record your expenses and can make plans based on deadline

System dependencies

Installing

  bundle install
  yarn install

Database creation

  rails db:setup

Usage

Run rails start for a dev backend server. Run yarn start for a dev frontend server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

About


Languages

Language:Ruby 71.1%Language:TypeScript 16.5%Language:HTML 6.4%Language:JavaScript 3.3%Language:CSS 2.7%Language:CoffeeScript 0.0%