This README would normally document whatever steps are necessary to get the application up and running.
Things you may want to cover:
-
In root directory, install gems, then start the rails server
~$ bundle install ~$ rails s -
In another terminal window, install dependencies and start the angular server
~$ cd angular/ ~$ npm install ~$ npm start -
Open your browser and navigate to
localhost:4200 -
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:
-
Ruby version 2.6.2
-
Rails version 5
-
Angular version 6
