Skip to content

The PlanIt App is a full-stack application designed to make event discovery and booking easy and efficient. Built with a React Native(Expo) frontend and a Golang backend, the app offers a seamless user experience, from browsing events to finalizing bookings.

Notifications You must be signed in to change notification settings

hiteshchouhan22/PlanIt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Welcome to your Ticket Booking App 🎟️

This is a full-stack ticket booking application built with React Native and Golang, providing a seamless event discovery and booking experience.

Get Started

  1. Install Mobile Dependencies

    Navigate to the Mobile directory and install the required packages:

    cd Mobile
    npm install
  2. Install Backend Dependencies

    Navigate to the backend directory and install the necessary Go modules:

    cd backend
    go mod tidy
  3. Start the Application

    You can start the entire application using Docker:

    make start

    Alternatively, you can start the frontend and backend separately:

    💠Mobile:

    cd frontend
    npx expo start

    💠Backend:

    cd backend
    go run main.go

    In the output, you'll find options to open the app in a

    You can start developing by editing the files inside the app directory. This project uses file-based routing.

    Learn more

    To learn more about contributing in our project, look at the following resources:

About

The PlanIt App is a full-stack application designed to make event discovery and booking easy and efficient. Built with a React Native(Expo) frontend and a Golang backend, the app offers a seamless user experience, from browsing events to finalizing bookings.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages