Skip to content

Sothis-baka/Share_here_server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Share here

Author

Sothis-baka

Description

An online forum. (the code in this repository is for back end)

Backend

Apollo server (GraphQL)

Frontend

React.js, Apollo client

Usage

Clone the repo

git clone https://github.com/Sothis-baka/Share_here_client.git

You need to set up your mongoDB information and your secret in .env file

SECRET_KEY=
MONGODB=

Run

npm start

Then go to localhost:8000. Apollo Server is running there.

Deployment

Client deployed at Heroku

Server deployed at Heroku

Client side introspection was turned off in production mode.

Source code

client

server

Version

2.0

Last update

9/22/2021