Code Monkey home page Code Monkey logo

lifecycle-app-mern's Introduction


Lifecycle

An awesome app to track your closet and organize swaps and borrows with friends!
Explore the docs »

View Demo · Report Bug · Request Feature

About The Project & Demo

Deployed and hosted on GCP with Docker and Kubernetes



The 2.5 trillion clothing industry has a huge problem with pollution, waste, and human rights abuses. It is one of the most detrimental industries in the world but also one we have agency to interfere with as consumers. This app is for the many of us that care about our planet and hope to see us all move towards a more sustainable and fair world or for those who simply would like to avoid breaking the bank while still expressing themselves through fashion.

Lifecycle is meant to help users organize and keep track of what they own in order to avoid unnecessary purchases. Not only that but it is also meant to encourage and facilitate swaps and exchanges of clothing between friends and family. The philosophy behind it is fouded on the fact that humans are attracted to novelty. Our midbrain (particularly the substantia nigra/ventral segmental area) responds to novel stimuli by directly activating the dopaminergic system in our brain. In other words, novelty makes us feel good. But we don't need to buy new clothes in order to produce that reaction. Borrowing an item from a friend's closet or lending an item, forgetting about it and then getting it back a couple of weeks later can produce the same reaction. Absence makes the heart grow fonder and sometimes that is all we need to want to wear our favorite items again.

TLDR; LifeCycle allows users to partake in fashion in a sustainable manner for the planet and their wallets. Features include:

  • Creating an account and logging in
  • Uploading one's closets to the app
  • Sharing your closet virtually with a circle of friends
  • Submitting borrow or swap requests to friends
  • Tracking items that are "out of closet" for loans or repairs
  • Adding a wishlist of items their circle can view

(back to top)

Installing LifeCycle

Prerequisites

  1. You will need to have Node.js and npm package manager installed. Verify that you do with the commands node -v and npm -v. If you do not, visit Node.js and download the version labeled LTS. To install the latest version of npm run npm install npm@latest -g. Finally, verify that both are correctly installed using node -v and npm -v.
  2. You will also need to have a MongoDB account. If you do not, visit MongoDB to create a FREE account and download MongoDB Compass Desktop GUI. Then follow these steps: a. Create an Organization > Name Your Organization > Select Cloud Service: MongoDB Atlas > Create Organization b. Create a project > Name Your Project > Next > Create Project c. "Database Deployments" > Build a Database > Shared Plan (FREE) > Cloud Provider & Region: AWS and [your current region] > Name your Cluster > Create Cluster d. "Security Quickstart"
    • How would you like to authenticate your connection? Add a username and password > Create User -- Note: you will need these later
    • Where would you like to connect from? My Local Environment > Add My Current IP Address > Finish and Close

Installation Steps

  1. Download the ZIP: At the top right of the web version of Github, click on the green button "<> Code" > Download Zip > Double-click on the ZIP folder to uncompress it OR clone the repo with:
    git clone https://github.com/JuliaGrandury/lifeycle-app-mern.git
  2. Install dependencies
    npm i
  3. Create a .env file in your server folder with the following variables:
NODE_ENV = development // Note: you will change this to "production" in production
PORT = 5000
MONGO_URI = "your MongoDB database connection string obtained in the step 4"
CLIENT_URI = "http:localhost:3000"
API_URI = "http:localhost:5000/api/v1/"
JWT_SECRET = "your JWT secret"
  1. Connect your MongoDB and Application
  • "Database Deployments" > Connect > Connect using MongoDB Compass
  • "Databases" > Collections > Add My Own Data > Create Database > Database name [your database name] and Collection name [your collection name] > Create
  • "Overview" > Connect > Connect using MongoDB Compass > Copy the connection string > Open up Compass App and paste the string in New Connection but replace "" by the password you chose earlier in step 2d and replace "test" by your database name > Connect
  • "Overview" > Connect > Connect to your application > Copy the connection string > Add a MONGO_URI = [your connection string] environment variable to your .env file created above, remember to change the database name and password as above Note: if you encounter any issues later when connecting to your DB, verify that your current IP address is whitelisted in the Network Access Tab
  1. Run the frontend of the application using npm run start and the backend using nodemon server.js
  2. Run the test suite using npm test or a specific file using npm test <filepath>

(back to top)

Built With

Front-end

Back-end

  • Node.js - Runtime environment for JS
  • Express.js - Node.js framework, makes process of building APIs easier & faster
  • MongoDB - Open-source document database to store data
  • JSON Web Token - A standard to secure/authenticate HTTP requests
  • Bcrypt.js - For hashing passwords
  • Dotenv - To load environment variables from a .env file

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Contact

Julia Grandury - [email protected]

Project Link: https://github.com/JuliaGrandury/lifecycle-app-mern

(back to top)

lifecycle-app-mern's People

Contributors

juliagrandury avatar

Stargazers

 avatar Gabriel Corella avatar

Watchers

 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.