instagram-clone
instagram-clone copied to clipboard
Fullstack Instagram clone made in React Native
Instagram-clone
Fullstack instagram clone made with:
- React-native
- Apollo
- React-navigation
- Styled-components
- Node js / Express
- GraphQL
- Typeorm / postgreSQL
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