VIEW LIVE FRONTENT: HERE
This is our submission for Grants Round 12 Hackathon: Social Token Project (ViteClout)
This submission will likely not be complete, but should give a very good representation of the core features and functionality for viteClout, in regards to interacting with the database, twitter authenticationand, viteConnect and vite protocol.
This Project is built with React on the frontend and uses MongoDB to keep a database of current Vuilders. ViteClout Vuilders can update profile information and profile pictures.
This project utilizes the following repositories:
Clone this repository and create .env files with the .sample_env files provided
Install MongoDB Locally and have running as a service. Download: HERE
Next,
CLONE REPOSITORY HERE: ViteClout Server
Install all dependancies and start
npm install
npm run dev
Until and admin is implemented,a dd all Vuilders to database using postman
If this repository does not contain the code for ViteConnect Server,
Clone the ViteConnect Server Repo: HERE
Development
yarn
yarn dev
Production
yarn build
yarn start
http://localhost:5000/hello
Install all dependancies and start
npm install
npm run dev