zaiem2001 / GraphQL-Social-media-app-Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GraphQL-Social-media-app-Backend

This is just a Demo app for learning GraphQL.

Frontend is on React and React-relay.

Backend is on nodeJs + GraphQL with Apollo server and Express.

To start this app on your machine -

$ git clone $ npm install

You should add a .env file in the root path of the folder and add 3 things

$ 1. PORT // your custom port. $ 2. MONGO_URL // Your mongo atlas url or localhost url $ 3. JWT_SECRET // your jwt secret

$ npm start

About


Languages

Language:JavaScript 100.0%