Giter Site home page Giter Site logo

omnistack9_aircnc_backend's Introduction

Aircnc | Description

A simple app to to approach companies and developers. How? Companies register available spots in their instalations for specific topics, adding a price and an image, in the web app Developers register in the mobile app adding email and topics interested in, after that they can see which companies are available to having them there. Developers choose a company and try to book a day to go there. Companies receive these bookings in real time and accept or reject. Developers receive companies response in real time too.

Login screen Inside app

Aircnc backend

Mobile repository aircnc mobile App

Frontend web repository aircnc frontend

Installation

git clone https://github.com/jcagz96/Omnistack9_aircnc_backend.git

yarn
# or
npm install

yarn dev
# or
npm dev

.env file example

PORTA = 3333
BASE_URL = http://localhost:3333
DB_CONNECT = <YOUR MONGODB LINK, DB STORED IN MONGOBD ATLAS>

#you can choose 'local' or 's3'
STORAGE_TYPE = s3

AWS_ACCESS_KEY_ID = <YOUR_AWS_ACCESS_KEY_ID>
AWS_SECRET_ACCESS_KEY = <YOUR_AWS_SECRET_ACCESS_KEY>
AWS_DEFAULT_REGION = <YOUR_AWS_DEFAULT_REGION>

Images storage

You can choose store spots images in local storage or in AWS s3(if you provide AWS keys in .env file)

Endpoints

post : http://localhost:3333/sessions

post : http://localhost:3333/spots
get : http://localhost:3333/spots

get: http://localhost:3333/dashboard

post: http://localhost:3333/spots/:spot_id/bookings

post: http://localhost:3333/bookings/:booking_id/approvals
post: http://localhost:3333/bookings/:booking_id/rejections

Some libraries used

  • Express
  • Axios
  • Mongoose
  • SocketIO
  • Crypto
  • Multer
  • Cors

omnistack9_aircnc_backend's People

Contributors

jcagz96 avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.