Skip to content

Latest commit

 

History

51 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BasicVids Client

Vue frontend for the BasicVids microservice system.

During development, Vite proxies API routes to the shared gateway:

http://localhost:8080

For a deployed build served from another host, override it with:

VITE_API_BASE_URL=http://localhost:8080 npm run dev

Development

npm install
npm run dev

Open:

http://localhost:5173

Current Routes

Feature Gateway route
Auth login /api/v1/auth/login/
Current user /api/v1/users/detail/
Video list /api/v1/videos/
Video upload /api/v1/videos/uploads/

Future microservices should be added behind the gateway and then wired into src/api.js.

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages