💻 FEEDII is a cross-platform full-stack mobile application, which gives users opportunities to share and see each-other's daily activities.
In order to use application,you ought to set all the requirment up.
Warning I use cloudinary and Postgre SQL server services, which have time limits so, unexpected errors may be caused by a shortage of this free resources.
If you don't have Expo, NodeJS and Git already, install from here.Then clone
the repository and run it in your local machine using
git clone https://github.com/GiorgiNefaridze/feedii/tree/main
Now install all the dependencies 📦
npm install
Then start the expo app with npm start
,scan QR code from your mobile and enjoy.🎊
Change directory and start the back-end cd server && npm start
. Then follow .env.example
file,add your own variables and set up postgre sql connection
- Create user
- Login user
- Recover user's password (with secret)
- Upload post
- Like a post
- Write a comment
- Save/Bookmark a post
- Change user's information
- See all the saved posts
- Delete account
- Change color theme
- Switch a language
- Fix performance issues