https://github.com/pxls00/socialex-client
SocialeX
https://github.com/pxls00/socialex-client
authentication ckeditor firebase firebase-store javascript nuxt-auth nuxtjs rest-api vuejs wrapper-api
Last synced: 4 days ago
JSON representation
SocialeX
- Host: GitHub
- URL: https://github.com/pxls00/socialex-client
- Owner: pxls00
- Created: 2023-01-28T19:46:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-28T20:22:05.000Z (about 3 years ago)
- Last Synced: 2025-08-22T06:34:09.273Z (8 months ago)
- Topics: authentication, ckeditor, firebase, firebase-store, javascript, nuxt-auth, nuxtjs, rest-api, vuejs, wrapper-api
- Language: Vue
- Homepage: https://socialex-static.vercel.app/
- Size: 316 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SocialeX
This is my social media Universal Website (SSR) Nuxtjs based startup project.
I am using firebase store for this project file store,
yes you can say - "aws s3" but since s3 is paid i used free way and firebase store,
as for deployment i could use firebase deploy or heroku but since they are paid i started looking for free way but still i can't find free vps hosting either(
so i settled on vercel.
Since vercel hosting service doesn't have ssr hosting server, I had to host in spa view (
Apologies in advance for slowing down my project…
In my SocialeX project, you can create random posts for yourself and comment on posts, etc.
static deploy - https://socialex-static.vercel.app/
static app - https://github.com/pxls00/socialex-static
## Build Setup
```bash
# install dependencies
$ yarn install
# serve with hot reload at localhost:3000
$ yarn dev
# build for production and launch server
$ yarn build
$ yarn start
# generate static project
$ yarn generate
```
For detailed explanation on how things work, check out the [documentation](https://nuxtjs.org).