sumitpatel93 / circle_hackathon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Circle Hackathon Project

Project Name : EasiFi

Backend

This folder contains all the code relevant to our project. In order to start the backend follow the below commands:

  1. git clone <repo>
  2. cd /backend
  3. npm install
  4. npm start

Folling message will be shown if all goes right. App is listening on port 3000. connected to mongoDB

** Make sure that you have mongodb installed on your system. **

Frontend

To run the frontend, cd into the frontend directory in the terminal.

npm i
npm run dev

Blockchain

This contains all the code relevant to our blockchain infrastructure like smart contracts & migrations.

Tools used : Truffle , Ganache, Infura

** Make sure to have some funds(1eth approx) in your eth testnet address, which is generated at the time of registration to interact with smart contract.

About


Languages

Language:JavaScript 65.2%Language:TypeScript 28.1%Language:Solidity 6.1%Language:Shell 0.4%Language:CSS 0.3%