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

https://github.com/unclechu/challenge-01


https://github.com/unclechu/challenge-01

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# deploy

1. Clone this repo and go to directory:

```bash
$ git clone https://github.com/unclechu/challenge-01
$ cd challenge-01
```
2. Sync submodules:

```bash
$ git submodule update --init
```

3. Install dependencies (it will deploy front-end and other stuff too):

```bash
$ npm install
```

4. Copy [config.json.example](./config.json.example) to `config.json` and do changes in `config.json` if you need it;

5. Fill database with some test data:

```bash
$ ./fill-db-with-test-data.coffee
```

6. Run start script:

```bash
$ ./start.sh
```

And open page in browser.