Skip to content

Server side of Southeast Explorer project. It maintain the backend of the tourist spot management site Southeast Explorer using ExpressJS and MongoDB

Notifications You must be signed in to change notification settings

siam02/southeast-explorer-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Southeast Explorer - Backend

Welcome to the backend repository of Southeast Explorer, your go-to platform for exploring the captivating beauty of Southeast Asia and beyond!

Features

  • Secure Authentication: Manage user authentication and authorization.
  • Tourist Spot Management: Handle CRUD operations for tourist spots.
  • User Data Management: Store and manage user-specific data.
  • Environment Variables: Safeguard sensitive Firebase config keys and MongoDB credentials with environment variables.

Technologies Used

  • ExpressJS
  • MongoDB
  • Cors

Installation

  1. Clone the repository:
git clone https://github.com/siam02/southeast-explorer-server.git
  1. Install dependencies:
cd southeast-explorer-server
npm install
  1. Create a .env file in the root directory and add your MongoDB credentials:
DB_USER=your-mongodb-user
DB_PASS=your-mongodb-pass
  1. Start the development server:
nodemon index.js

About

Server side of Southeast Explorer project. It maintain the backend of the tourist spot management site Southeast Explorer using ExpressJS and MongoDB

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages