https://github.com/code-matt/simple_job_app
a simple jobboard app, angular2 frontend, rails api backend
https://github.com/code-matt/simple_job_app
Last synced: about 1 year ago
JSON representation
a simple jobboard app, angular2 frontend, rails api backend
- Host: GitHub
- URL: https://github.com/code-matt/simple_job_app
- Owner: code-matt
- Created: 2016-07-02T03:55:47.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-08T15:54:57.000Z (almost 10 years ago)
- Last Synced: 2024-10-19T05:21:05.237Z (over 1 year ago)
- Language: Ruby
- Size: 72.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### Setup
cd angular_frontend
```sh
$ npm install
```
```sh
$ npm start
```
cd rails_backend
```sh
$ bundle install
```
```sh
$ rails s -p 8000
```