Skip to content

Latest commit

 

History

History
27 lines (11 loc) · 577 Bytes

README.md

File metadata and controls

27 lines (11 loc) · 577 Bytes

node-react-blog-backend

NodeJs and ReactJs based blog boilerplate

See front end respository in here: node-react-blog-frontend

For Back-end, I'm using NodeJS (Express, GraphQL, Apollo-server-express, and MongoDB).

Before running the project, add a .env file to the root folder with these value:

PORT=

PASS_SECRET=

COOKIE_SIGN=

mongoURI=mongodb://user:pass@address:port/db

mongoURI_TEST=mongodb://user:pass@address:port/testdb

And, for running the project run npm run start-server command