Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/albasyir/youapp
https://github.com/albasyir/youapp
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/albasyir/youapp
- Owner: albasyir
- Created: 2024-05-06T14:05:48.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-09-17T23:08:23.000Z (4 months ago)
- Last Synced: 2024-11-14T21:20:50.897Z (2 months ago)
- Language: TypeScript
- Homepage:
- Size: 459 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Youapp Fullstack
## How to run backend service
Port 3000 is required now, so make sure that port isnt used- `cd youapp-service`
- `docker compose up`## How to run frontend
can run any port- `cd youapp-web`
- `npm i`
- `npm run dev`