https://github.com/m-ac-i-ej-s/y-app
X clone
https://github.com/m-ac-i-ej-s/y-app
javascript mevn vue3
Last synced: 2 months ago
JSON representation
X clone
- Host: GitHub
- URL: https://github.com/m-ac-i-ej-s/y-app
- Owner: M-ac-i-ej-s
- Created: 2024-02-09T01:00:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-09T01:14:24.000Z (over 1 year ago)
- Last Synced: 2025-02-12T12:17:26.141Z (4 months ago)
- Topics: javascript, mevn, vue3
- Language: Vue
- Homepage:
- Size: 1.42 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Y
## How to set up:
- Enter Server folder (cd Server)
- install dependencies (npm install)
- run server (node index.js)## Database and .env
You **need** to have a database setup and .env file to correctly run the project.
## What is Y?
Y is a twitter clone. With posts, reposts, images, full profile customization etc.
Application is written in MEVN stack with help of:Front:
- Vuetify
- Sweetalert
- Vuex
- axiosBack:
- socket.io
- mongoose
- passport-jwt
- multer
- cloudinary