Tamagotchi for your real pets. For kids nowadays: this is Instagram for your pets 🐹 🐱 🐶
Tamagotreal is live at tamagotreal.vercel.app!
This is the open source project of pet social media to expose your cute pet and will be the eyebleach for others. Tamagotreal uses Supabase to:
- authenticate user for sign in with 3rd party apps such as Google, Twitter, and GitHub
- storing data of pets info, feeds, and comments
- storage to upload the pet's photo
- profile
- feeds
- comment
- like
- auto re-login
- share feed
- chat room
- stories
- notification
- view other pet's profile
Install all dependencies.
Build the API service.
Use -w
to watch all the changes in the development environment.
Run the API service. Using port 3000 as default.
Run yarn api node .
to run the service in the production.
Runs the app in the development mode. Press Y
if it offer you to run the app on another port.
Open http://localhost:3001 to view it in the browser.
The page will reload if you make edits. You will also see any lint errors in the console.
Builds the app for production to the build folder. It correctly bundles React in production mode and optimizes the build for the best performance.
See the section about deployment for more information.
- Like this repo <3
- Send an issue
- Or, fork and send us a pull request to the
main
branch