Skip to content

saikiransathpadi/Insta-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

InstaClone

This is a webpage where we can add our posts. This project was bootstrapped with Create React App.

prerequisite

Visual Studio Code (source-code editor)
Node.js
HTML
CSS
Git

##Scripts In this directory You can run:

'npm install'

This will install the packages required for the application to work.We have to run this command on both server and client.

'git clone '

This will clone repository to our machine.

'npm start'

Use this command by going to both sever and client folders to start them.
Open http://localhost:3000 to view frontend part it in the browser. The page will reload if you make edits.\

Open http://localhost:9000 to view backend part in the browser.

directories

Frontend This directory contains all the required code for frontend or client part. There are two main files landing page and postPage where landing page is first page of site and postPage is Where we will see our uploaded posts

Backend This directory contains all the required code for backend. Which is bootsraped with express.js

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.5%
  • CSS 28.4%
  • HTML 15.1%