Git Product home page Git Product logo

yolo-coliving-test's Introduction

Yolo-coliving-test

This repository has all of my code for the Backend Serverless AWS and the Frontend built with React JS and Styled Components for Yolo Coliving Company. The project revolves around a straightforward CRUD (Create, Read, Update, Delete) functionality for properties. It simulates a user login system, enabling users to perform operations on their very own properties. By leveraging the power of Serveless AWS for the Backend and the flexibility of React JS and Styled Components for the Frontend, this project offers a seamless and user-friendly experience. With intuitive features and a sleek interface, you'll have the tools at your disposal to effortlessly create, view, update, and delete properties. Get ready to dive into this project, gain valuable insights, and unleash your creativity.

For Backend
Remember to do :
-- Install serveless framework : npm install -g serverless
-- Set Your credencials :
npm run sls config credentials --provider aws, --key XXXXXX, --secret XXXXXXXXXXXXXXXXXXX
-- npm install to install dependencies
-- serverless deploy -v [For verbose version]
-- serverless remove [ To remove project ]
See Your project on AWS and acess your endpoints.

For this projects the endpoints provided are:
endpoints:
POST - https://6f80xdhs4f.execute-api.us-east-1.amazonaws.com/dev/api/v1/property
GET - https://6f80xdhs4f.execute-api.us-east-1.amazonaws.com/dev/api/v1/property
GET - https://6f80xdhs4f.execute-api.us-east-1.amazonaws.com/dev/api/v1/property/{propertyId}
PUT - https://6f80xdhs4f.execute-api.us-east-1.amazonaws.com/dev/api/v1/property/{propertyId}
DELETE - https://6f80xdhs4f.execute-api.us-east-1.amazonaws.com/dev/api/v1/property/{propertyId}

For Front-end:
-- yarn install
-- yarn dev [ Run the project with Vite ]

image

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.