Skip to content

Verblio/interview

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

How to run

  1. In root directory, install gems, then start the rails server

    ~$ bundle install
    ~$ rails s
    
  2. In another terminal window, install dependencies and start the angular server

    ~$ cd angular/
    ~$ npm install
    ~$ npm start
    
  3. Open your browser and navigate to localhost:4200

  4. You should see the angular welcome page. If the angular server is correctly hooked up to the rails server, you should see API Test: api test success! near the bottom of the page.

The general idea is to create something like this:

todo

  • Ruby version 2.6.2

  • Rails version 5

  • Angular version 6

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published