Skip to content

Share travel stories, tips and tricks in a vibrant community.

Notifications You must be signed in to change notification settings

pratikstemkar/jouno

Repository files navigation

Jouno - Travel Social WebApp

Web Application catering to travel enthusiasts, facilitating the sharing of trips and fostering connections.
Demo Website

go_logo ts_logo pg_logo aws_logo next_logo redux_logo tw_logo docker_logo

Demo

home

login

register

create

profile

Usage

  1. Run using docker-compose
docker-compose up --build
  1. Development Setup
    1. Start Postgres Docker Container
    docker run --name some-postgres -e POSTGRES_PASSWORD=mysecretpassword -d postgres
    1. Start backend Go server
    go mod tidy
    make docker-run
    make run
    1. Start frontend Next.js app
    cd web
    npm i
    npm run dev

Contribute

Contributions are always welcome! Please create an issue explaining the proposed changes before proceeding.

Made with ❤️ by pratikstemkar.