Skip to content

deepesh-np/wanderLust

Repository files navigation

WANDERLUST

❯ REPLACE-ME

license last-commit repo-top-language repo-language-count


🔗 Table of Contents


📍 Overview

❯ REPLACE-ME


👾 Features

❯ REPLACE-ME


📁 Project Structure

└── wanderLust/
    ├── app.js
    ├── cloudConfig.js
    ├── controllers
    │   ├── listing.js
    │   ├── review.js
    │   └── user.js
    ├── init
    │   ├── data.js
    │   └── index.js
    ├── middleware.js
    ├── models
    │   ├── listing.js
    │   ├── reviews.js
    │   └── user.js
    ├── package-lock.json
    ├── package.json
    ├── public
    │   ├── css
    │   └── js
    ├── routes
    │   ├── listing.js
    │   ├── review.js
    │   └── users.js
    ├── rundb.txt
    ├── schema.js
    ├── utils
    │   ├── ExpressError.js
    │   └── wrapAsync.js
    └── views
        ├── error.ejs
        ├── includes
        ├── layouts
        ├── listings
        └── users

📂 Project Index

WANDERLUST/
__root__
app.js ❯ REPLACE-ME
cloudConfig.js ❯ REPLACE-ME
package-lock.json ❯ REPLACE-ME
schema.js ❯ REPLACE-ME
middleware.js ❯ REPLACE-ME
rundb.txt ❯ REPLACE-ME
package.json ❯ REPLACE-ME
init
data.js ❯ REPLACE-ME
index.js ❯ REPLACE-ME
controllers
user.js ❯ REPLACE-ME
review.js ❯ REPLACE-ME
listing.js ❯ REPLACE-ME
models
reviews.js ❯ REPLACE-ME
user.js ❯ REPLACE-ME
listing.js ❯ REPLACE-ME
views
error.ejs ❯ REPLACE-ME
listings
show.ejs ❯ REPLACE-ME
home.ejs ❯ REPLACE-ME
new.ejs ❯ REPLACE-ME
index.ejs ❯ REPLACE-ME
edit.ejs ❯ REPLACE-ME
layouts
boilerplate.ejs ❯ REPLACE-ME
users
signup.ejs ❯ REPLACE-ME
login.ejs ❯ REPLACE-ME
includes
navbar.ejs ❯ REPLACE-ME
flash.ejs ❯ REPLACE-ME
footer.ejs ❯ REPLACE-ME
routes
review.js ❯ REPLACE-ME
listing.js ❯ REPLACE-ME
users.js ❯ REPLACE-ME
utils
ExpressError.js ❯ REPLACE-ME
wrapAsync.js ❯ REPLACE-ME
public
css
style.css ❯ REPLACE-ME
rating.css ❯ REPLACE-ME
js
script.js ❯ REPLACE-ME

🚀 Getting Started

☑️ Prerequisites

Before getting started with wanderLust, ensure your runtime environment meets the following requirements:

  • Programming Language: JavaScript
  • Package Manager: Npm

⚙️ Installation

Install wanderLust using one of the following methods:

Build from source:

  1. Clone the wanderLust repository:
❯ git clone https://github.com/deepesh-np/wanderLust
  1. Navigate to the project directory:
cd wanderLust
  1. Install the project dependencies:

Using npm  

❯ npm install

🤖 Usage

Run wanderLust using the following command: Using npm  

❯ npm start

🧪 Testing

Run the test suite using the following command: Using npm  

❯ npm test

📌 Project Roadmap

  • Task 1: Implement feature one.
  • Task 2: Implement feature two.
  • Task 3: Implement feature three.

🔰 Contributing

Contributing Guidelines
  1. Fork the Repository: Start by forking the project repository to your github account.
  2. Clone Locally: Clone the forked repository to your local machine using a git client.
    git clone https://github.com/deepesh-np/wanderLust
  3. Create a New Branch: Always work on a new branch, giving it a descriptive name.
    git checkout -b new-feature-x
  4. Make Your Changes: Develop and test your changes locally.
  5. Commit Your Changes: Commit with a clear message describing your updates.
    git commit -m 'Implemented new feature x.'
  6. Push to github: Push the changes to your forked repository.
    git push origin new-feature-x
  7. Submit a Pull Request: Create a PR against the original project repository. Clearly describe the changes and their motivations.
  8. Review: Once your PR is reviewed and approved, it will be merged into the main branch. Congratulations on your contribution!
Contributor Graph


🎗 License

This project is protected under the SELECT-A-LICENSE License. For more details, refer to the LICENSE file.


🙌 Acknowledgments

  • List any resources, contributors, inspiration, etc. here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published