Skip to content

Yecodeo/polaris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published