5
5
6
6
<p align =" center " >
7
7
<a href =" https://travis-ci.org/Human-Connection/API " ><img src =" https://img.shields.io/travis/Human-Connection/API/master.svg " alt =" Build Status " ></a >
8
- <a href =" https://creativecommons.org/licenses/by-nc-sa/4.0/ " ><img src="https://img.shields.io/badge/license-CC%20BY--NC--SA%204.0-green.svg " "Attribution-NonCommercial-ShareAlike 4.0 International (CC BY-NC-SA 4.0)" /></a >
8
+ <a href =" https://github.com/Human-Connection/WebApp/blob/develop/LICENSE.md " ><img src="https://img.shields.io/badge/license-MIT-green.svg " "MIT" /></a >
9
+ <a href =" https://app.fossa.io/projects/git%2Bgithub.com%2FHuman-Connection%2FAPI?ref=badge_shield " alt =" FOSSA Status " ><img src =" https://app.fossa.io/api/projects/git%2Bgithub.com%2FHuman-Connection%2FAPI.svg?type=shield " /></a >
10
+ <a href =" https://discord.gg/NgVpvx9 " alt =" Discord Channel " >
11
+ <img src =" https://img.shields.io/discord/443107904757694465.svg " alt =" Discord " /></a >
9
12
</p >
10
13
11
14
# Human-Connection API
@@ -61,16 +64,18 @@ Getting up and running is as easy as 1, 2, 3, 4 ... 5.
61
64
# start mongodb, feathers and seed database
62
65
$ yarn dev
63
66
$ yarn dev:win if you' re on windows
67
+
64
68
# start mongodb, feathers without seeding the database
65
69
$ yarn dev:noseed
70
+
66
71
# start mongodb, feathers for production
67
72
$ yarn start
68
73
```
69
74
70
75
> ##### IMPORTANT for WIN users:
71
76
> - make sure you have mongo bin directory added to your PATH
72
77
> - if you picked another data directory during mongodb setup make sure
73
- > to change package.json scripts section for key "dev- win" so it points to
78
+ > to change package.json scripts section for key "dev: win" so it points to
74
79
> the proper path. Otherwise you will get missing data path errors from mongodb.
75
80
76
81
If you did it right it will seed some fake data for you and downloads some images and avatar for faster development.
@@ -105,9 +110,6 @@ The seeder configuration has two properties:
105
110
106
111
Simply run `yarn test` and all your tests in the `test/` directory will be run.
107
112
108
- > **Note:**
109
- > *At the moment there are some issues with linting while testing, but you can run the tests also with mocha run*
110
-
111
113
## Scaffolding
112
114
113
115
Feathers has a powerful command line interface. Here are a few things it can do:
@@ -129,6 +131,6 @@ The HC platform is documented in our [gitbook](https://www.gitbook.com/book/huma
129
131
130
132
## License
131
133
132
- <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src=" https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-nc-sa.svg"/></a>
134
+ Copyright (c) 2018 [Human-Connection.org]( https://human-connection.org)
133
135
134
- [Creative Commons (CC BY-NC-SA 4.0) License ](https://creativecommons.org/licenses/by-nc-sa/4.0/) not for commercial use.
136
+ Licensed under the [MIT ](https://github.com/Human-Connection/WebApp/blob/develop/LICENSE.md) license.
0 commit comments