Skip to content

SandroAP/airbnb-clone-api

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Airbnb API

API using Express, Mongoose, Node and Firebase Auth based on Airbnb.

Dependencies

  1. Node.
  2. MongoDB.
  3. Firebase Account.

Getting Started

First copy .env.example to .env and modify the environment variables with your credentials.

$ cp .env.example .env
DEBUG=airbnb:*
PORT=3000

MONGO_URI=mongodb://localhost/airbnb

FIREBASE_APIKEY=secret
FIREBASE_AUTHDOMAIN=secret
FIREBASE_DATABASEURL=secret
FIREBASE_STORAGEBUCKET=secret
FIREBASE_MESSAGINGSENDERID=secret

Development

# Install dependencies

$ yarn # Yarn
$ npm i # Npm


# Start serve

$ yarn dev # Yarn
$ npm run dev # Npm

For any feedback contact me hello@coderdiaz.me.

Created with love and other things ❤️

About

API using Express, Mongoose, Node and Firebase Auth based on Airbnb.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 100.0%