GithubHelp home page GithubHelp logo

peetacho / vectre Goto Github PK

View Code? Open in Web Editor NEW

This project forked from utsccscc01/vectre

1.0 0.0 0.0 5.02 MB

vectre is an all-in-one social platform for web3 communities. ๐Ÿ”ฎ

JavaScript 99.40% CSS 0.35% HTML 0.19% Pug 0.06%

vectre's Introduction

Vectre

vectre-image

Motivation

Vectre is an all-in-one social platform for web3 communities.

Our vision is for users to connect their Metamask wallet within our platform, where they will be able to showcase their NFTs on a personal dashboard, communicate directly with holders of specific NFT collections, and leaders to foster productive community interactions with a fair set of guidelines. Furthermore, Vectre ensures that the true ownership of digital assets is maintained, validated and appropriately indicated to prevent fraud.

We hope that Vectre will allow web3 communities, specifically NFT communities, to thrive by providing a platform by which verified members can interact with one another and call Vectre their home.

Installation

  1. Install Node.js v18.5.0 (npm 8.12.1)
  2. Install required dependencies (start from vectre/ directory then run the following):
    cd backend
    npm install
    cd ../frontend
    npm install
  3. Create .env.production and .env.development files in the vectre/backend directory, both with the following config (credentials located in the Vectre Labs #project-files discord channel)
    FRONTEND_BASE_URL=
    NEO4J_DB_URL=
    NEO4J_DB_USERNAME=
    NEO4J_DB_PASSWORD=
    JWT_SECRET_TOKEN=
    IMGUR_CLIENT_ID=
    ETHERSCAN_TOKEN=
    
  4. Start backend (runs on port 8080)
    cd backend
    
    # production environment
    npm run start 
    
    # dev environment
    npm run dev
  5. Start frontend in seperate terminal (runs on port 3000)
    cd frontend
    npm run start

Contribution

Do you use gitflow?

Yes.

  • master contains production app
  • develop contains new features & bug fixes
    • Changes are merged into master at the end of each sprint
  • task/bug branches will be merged into develop as their PRs are approved

What do you name your branches?

Branches will use the following convention where VEC-XXX is the associated Jira ticket number:

  • VEC-XXX/task/{feat_name}
  • VEC-XXX/bug/{bug_name}

Do you use Github issues or another ticketing website?

We use Jira for our tickets

Do you use pull requests?

Yes. All branches must have their pull request approved before merging.

vectre's People

Contributors

henryinqz avatar peetacho avatar onotate avatar lakhwani avatar prachyo avatar peterking1992 avatar karkonium avatar hrithik-kumar avatar engine14 avatar

Stargazers

 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.