Welcome to the backend repository of Southeast Explorer, your go-to platform for exploring the captivating beauty of Southeast Asia and beyond!
- 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.
- ExpressJS
- MongoDB
- Cors
- Clone the repository:
git clone https://github.com/siam02/southeast-explorer-server.git
- Install dependencies:
cd southeast-explorer-server
npm install
- Create a .env file in the root directory and add your MongoDB credentials:
DB_USER=your-mongodb-user
DB_PASS=your-mongodb-pass
- Start the development server:
nodemon index.js