shahshubh / Warbler

simple twitter like application.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Warbler

This project was made to learn how to create full-stack apps with React, Redux, React Router, node, express etc.

Demo



Installation

Step 1: Clone this repo using command git clone https://github.com/shahshubh/Warbler.git

Step 2: cd warbler-server and create .env file and include

      SECRET_KEY=any_random_string and

      MONGODB_URI=mongodb+srv://warbler:warbler@cluster0-9mgw3.mongodb.net/test?retryWrites=true&w=majority

Step 3: run command npm install to install all the dependencies of package.json. Ensure you have node locally insatlled.

Step 4: run command npm start while inside warbler-server folder.

Step 5: Backend Server starts running at port 8081.

Step 6: Similarly cd into warbler-client folder.

Step 7: Again run command npm install to install all dependencies.

Step 8: then run command npm start and Go to browser and visit url http://localhost:3000.

About

simple twitter like application.


Languages

Language:JavaScript 91.5%Language:HTML 4.8%Language:CSS 3.7%