Skip to content

GraphQL powered NodeJs and ReactJs based blog boilerplate (Express, MongoDB, and Apollo server).

Notifications You must be signed in to change notification settings

pouyajabbarisani/node-react-blog-backend

Repository files navigation

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

About

GraphQL powered NodeJs and ReactJs based blog boilerplate (Express, MongoDB, and Apollo server).

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published