Skip to content

Example application using libSQL's sqld + express + Vue.js

License

Notifications You must be signed in to change notification settings

glommer/popcorn-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popcorn Time

A favourites movie listing app built with express, libSQL, and Vue.js

The project's set up as a pnpm workspace.

Install dependencies.

pnpm install --filter ./apps/server && pnpm install --filter ./apps/client

Server - ./apps/server

The server is an express app.

Set up the apps/server/.env file with the environment variables needed (there is an example in apps/server/.sample.env), then serve by running:

pnpm --filter ./apps/server dev

Client - ./apps/client

The front-end client is a Vue.js app.

Set up the apps/client/.env file with the environment variables needed (there is an example in apps/client/.sample.env), then serve by running:

pnpm --filter ./apps/client dev

About

Example application using libSQL's sqld + express + Vue.js

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published