An open API service indexing awesome lists of open source software.

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

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
```