Skip to content

ozgurrgul/instagram-clone

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 

Repository files navigation

Instagram-clone

Fullstack instagram clone made with:

login feed explore camera notifications profile comments

How to run local

Client

1 git clone https://github.com/MarcinMiler/instagram-clone.git

2 cd/instagram-clone/client && yarn

3 yarn start

4 In apollo.js you need to change IP address to your server.

Server

You need to have installed postgreSQL, and configure ormconfig.json file (database connection) to run server localy.

1 cd instagram-clone/server && yarn

2 yarn start

Tests

1 cd instagram-clone/server

2 yarn test

Todo

  • Images hosting
  • Improve UI and UX
  • Add subscriptions

About

Fullstack Instagram clone made in React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 52.5%
  • TypeScript 47.5%