Skip to content

Twitter clone, front-end and back-end with react, nodeJs, express, mongo, and authentication

Notifications You must be signed in to change notification settings

Bijayb37/twit-fullStack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twit-fullstack

social media app, front-end and back-end with react, nodeJs, express, mongo, and authentication with bcrypt and jsonwebtoken

demo

https://twit-client.herokuapp.com/

how to use

git clone https://github.com/Bijayb37/twit-fullStack

client

cd client
npm install
npm start

server

cd server
npm install
//node or nodemon
nodemon index.js
node index.js

In server make sure to modify .env file and add your own SECRET_KEY, PORT and MONGOURI

SECRET_KEY="WHATEVER"
PORT=8080
MONGOURI="YOUR OWN MONGO URI LOCAL OR ATLAS"

About

Twitter clone, front-end and back-end with react, nodeJs, express, mongo, and authentication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published