Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jyotindersingh/socialape-firebase-functions
Firebase Functions backend for the SocialApe Social Media Application
https://github.com/jyotindersingh/socialape-firebase-functions
Last synced: about 6 hours ago
JSON representation
Firebase Functions backend for the SocialApe Social Media Application
- Host: GitHub
- URL: https://github.com/jyotindersingh/socialape-firebase-functions
- Owner: JyotinderSingh
- Created: 2019-10-06T04:57:10.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T12:00:18.000Z (almost 2 years ago)
- Last Synced: 2023-09-10T13:36:06.042Z (about 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 156 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocialApe Firebase Functions
#### This is the Firebase backend for the SocialApe [React Client](https://github.com/JyotinderSingh/SocialApe-React-Client).
---SocialApe is meant to be a twitter style social media platform, with functionalities such as
- User registration/authentication
- Create, Delete posts
- Like/Unlike posts
- Comment on posts
- Receive notifications
- Profile customization (profile picture, bio, location)
- Ability to view other users### Steps to run:
```sh
$ cd functions
$ npm install
$ firebase serve
$ firebase deploy
```
##### You will need to generate your own API key and DB secrets for the application to work.