Skip to content

Latest commit

 

History

History
70 lines (60 loc) · 1.02 KB

README.md

File metadata and controls

70 lines (60 loc) · 1.02 KB

Polaris NPM version

myScienceWork assessement work

Installation

$ docker-compose up --build

Seeding database

$ cd serverApp
$ npm run db:seed

if Elasticsearch throw an error 137, this cammand might help to solve it

$ ./script/setVMCount.cmd

Usage

http://localhost:8080

here is users present in the database

{  
	"firstname": "Mike",
	"lastname": "Pratellesi"
},
{
	"firstname": "Vera",
	"lastname": "Collini"
},
{
	"firstname": "Ida",
	"lastname": "Vargas"
},
{
	"firstname": "Alex",
	"lastname": "Hashimoto"
},
{
	"firstname": "Ethel",
	"lastname": "Bonanni"
},
{
	"firstname": "Eva",
	"lastname": "Fox"
}

somme publications are in there

[{
	"titre": "Miliku erko muwbudpu.",
  }, {
	"titre": "Owibomac jemod upu.",
  }, {
	"titre": "Lezzi pak oti 2",
  }, {
	"titre": "Lezzi pak oti.",
  }]

License

MIT © Afjnik hassan