Coder Social home page Coder Social logo

nomad's Introduction

NOMAD BNB Logo

NOMAD BNB

Nomad BNB is a simple Airbnb clone built with Next.js, server actions, Prisma, and MongoDB.

Features:

  • User authentication and authorization
  • Listing creation and management
  • Booking functionality
  • Search and filtering capabilities
  • User profiles and reviews

Tech Stack:

  • Frontend: Next.js
  • Backend: Next.js server actions
  • Database: MongoDB
  • ORM: Prisma
  • Additional Dependencies: (e.g., NextAuth.js for authentication, Shadcn UI & Tailwind CSS for styling)

Getting Started:

  1. Prerequisites: Ensure you have Node.js and npm (or yarn) installed on your system.
  2. Clone the Repository:
    git clone https://github.com/ookino/nomad.git
    cd nomad-bnb
  3. Install Dependencies:
    bun install # or npm  install
  4. Set Environment Variables:
    • Create a .env.local file in the root directory and add the following variables:
  • DATABASE_URL: Your MongoDB connection string
  • AUTH_SECRET: Secret key for authentication
  • AUTH_RESEND_KEY: Key for resending authentication emails
  • AUTH_GOOGLE_ID: Google OAuth client ID
  • AUTH_GOOGLE_SECRET: Google OAuth client secret
    • Any additional environment variables required by your chosen dependencies
  1. Run the Development Server:
    bun run dev # or npm run dev
    Open http://localhost:3000 in your browser to access the application.

Further Development:

  • Explore the codebase to understand the implementation of various features.
  • Refer to the documentation of Next.js, Prisma, and other dependencies for detailed information and usage guides.
  • Customize the application according to your specific requirements and design preferences.

Deployment:

  • You can deploy Nomad BNB to various platforms like Vercel, Netlify, or Heroku.
  • Refer to the deployment documentation of your chosen platform for specific instructions.

nomad's People

Contributors

ookino avatar

Stargazers

Chinwike avatar

Watchers

 avatar

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.