Skip to content
/ Venture Public

Saas for students to upload software ideas to gain funding

Notifications You must be signed in to change notification settings

yokuse/Venture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Venture

Important before production

  • remember to change URI in google api for nextauth
  • remember to change Authorizes redirect URI before production
  • remember to change in the .env file as well

Set up Stripe webhook

  1. Install stripe CLI (https://stripe.com/docs/stripe-cli)
  2. login with api key
  3. stripe listen --forward-to http://localhost:3000/api/webhooks

Docker deployment

Note that not secrets must be inside .env-docker

cd deployment
docker build . # build Dockerfile
docker-compose --env-file dockerenv up -d # -d optional for detached mode
curl -H "Host: letsventure.ml" letsventure.ml # To test app

Stripe Listener

cd deployment cd stripe docker compose --env-file dockerenv up

Vennture-app seployment

cd deployment cd venture docker compose --env-file dockerenv up --build -d

About

Saas for students to upload software ideas to gain funding

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published