Skip to content

gustavoleste/pubslist-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Initing in the your PC

  • For clone the project git clone https://github.com/gustavoleste/pubslist-server.git
  • Enter in the folder cd pubslist-server
  • Create .env file with variables MONGODB_ADDRESS and SECRET_KEY
  • To install project dependency: yarn install
  • To database initialization docker run --name pubslistDB -d -p 27017:27017 -e AUTH=no mongo
  • Run yarn start in the default directory to start the project

About

graphql server example

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published