https://github.com/codegram01/pet-social-fe
https://github.com/codegram01/pet-social-fe
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codegram01/pet-social-fe
- Owner: codegram01
- Created: 2024-07-12T12:51:43.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-21T05:29:40.000Z (almost 2 years ago)
- Last Synced: 2025-03-26T18:54:48.377Z (about 1 year ago)
- Language: Vue
- Size: 311 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pet Social FE
FrontEnd for Pet Social with Vuejs
## Feature
Similar Facebook but focus on Pet. Features:
- auth
- profile
- post
- chat
## Project Setup
```sh
npm install
```
### Compile and Hot-Reload for Development
```sh
npm run dev
```
### Run BackEnd
[pet-social-be](https://github.com/codegram01/pet-social-be)