Git Product home page Git Product logo

kanadeakshay / venue_booking_site Goto Github PK

View Code? Open in Web Editor NEW
13.0 4.0 9.0 3.65 MB

A venue booking site named 🤝KAPPA is an online platform for both people who want to find a venue for an event and the dealers who want to rent their places for functions, seminars, and events.

License: MIT License

JavaScript 97.44% HTML 2.09% CSS 0.47%
mern-stack mern-stack-app mongodb react-bootstrap react-redux reactjs nodejs expressjs booking-website online-booking

venue_booking_site's Introduction

Venue Booking site

Local Setup

  1. clone it
git clone https://github.com/akshay782/venue_booking_site.git
# go to project directory
cd venue_booking_site
  1. Install packages
  • Backend => In root directory run following command
  • Frontend => In client-side folder run same following command
npm install
  1. Create .env file in the root directory and add following variables
dburl = 'your mongodb cluster url'
PORT = 'the port in which you want to run your nodejs/backend'
jwt_secret = 'your jwt secret'
  1. Run it 🚴‍♂️
  • Backend => First run following command in root directory, it will start server on port 2000
  • Frontend => Second run same command in client side folder on another terminal, it will lauch react app
npm start

To commit and push changes

Before you start working
Always -

git pull

After you done making some changes

git checkout -b <branch_name>
git add .
git commit -m "message"
git push
  • Note
    Please don't commit on main branch

venue_booking_site's People

Contributors

dependabot[bot] avatar insect-cs avatar kanadeakshay avatar shamikamhatre avatar spundone avatar suyogmorankar avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

venue_booking_site's Issues

Set up issue

When i run the project(both backend and frontend) i got this issue

image

cant retrieve any venues

i dont have any db regarding this in my mongodb cluster,could share any cluster having db related to this?

General questions: Reducer vs Controller

Hi Akshay,
thanks for the wonderful repo for inspirations.
I'm wondering what are the difference in Controllers vs client-side/Reducers?

When would I put logic in either of them? They look really similar to me. Thanks!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.