Skip to content

A full-fledged Web App that allows users to share their thoughts and react to others'

Notifications You must be signed in to change notification settings

Bodisoem/TwitterClone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twitter Clone

Welcome to Twitter Clone where I created a more simple version of Twitter. Tech stack: MongoDB, SemanticUI, ReactJS, NodeJS, GraphQL Please visit Twitter Clone for more info.

Running Locally

Make sure you have Node.js installed locally and install the Heroku CLI in your working directory.

Clone this repo to your local machine/folder

$ git clone https://github.com/Bodisoem/TwitterClone.git
$ cd TwitterClone/
$ npm install
$ cd client/
$ npm install

Make some important file

Create config.js file which contain your MongoDB access URI. If you have create

module.exports = {
    MONGODB: 'MongoDB URI',
    SECRET_KEY: 'your secret key'
}

Deploy the server

On TwitterClone dir:

$ npm run serve

Deploy the app

On client dir:

$ npm start

About

A full-fledged Web App that allows users to share their thoughts and react to others'

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published