Skip to content

zahidtdx61/Serenity-Seekers-Backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Serenity Seekers Server

Description

This is the server-side codebase for the Serenity Seekers project. Serenity Seekers is a web application that allows users to find and share peaceful locations around the world. This server provides the necessary APIs for the client-side application to interact with the database and perform various operations.

Check out the live api: Serenity Seekers Backend

Features

  • Add tourist spot
  • Delete tourist spot
  • Add user
  • Find spot added by user
  • Find spot filtered by country
  • Update your added tourist spot
  • Delete your added tourist spot

Installation

  1. Clone the repository:
git clone https://github.com/zahidtdx61/Serenity-Seekers-Backend
  1. Navigate to the project directory:
cd Serenity-Seekers-Backend
  1. Install the dependencies:
npm install
  1. Set up the environment variables:
  • Create a .env file in the root directory.

  • Add the following variables and provide appropriate values:

    PORT=<any_port_of_you_choice>
    MONGO_URL=<your_mongoDb_url>
    MONGO_DB_NAME=<any_name_of_your_choice>
  1. Start the server:
npm run dev

Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published