Skip to content
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
/ airbnb-clone-api Public archive

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

Notifications You must be signed in to change notification settings

coderdiaz/airbnb-clone-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published