sobi983 / Crypto-Management-System

This is crypto management system where you can manage your assets and take benefits from other features too

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Express + React Web3 Base Project

Node v16 | Express | React

How To

Install Node.js v16.

Step 1: Install Backend Dependencies

In your terminal, navigate to the /backend directory of the project and run the following command to install the backend dependencies:

cd backend
npm install

This command will install all the required packages specified in the package.json file.

Step 2: Run the Backend Server

In the same terminal, run the following command to start the backend server:

npm run server

This command will start the backend server, and it will listen for incoming requests.

Step 3: Install Frontend Dependencies

Open a new terminal window , and run the following command to install the frontend dependencies:

cd frontend
npm install --force

Step 4: Run the Frontend Server

After installing the frontend dependencies, run the following command in the same terminal to start the frontend server:

npm run start

This command will start the frontend server, and you'll be able to access the website on localhost:3000 in your web browser.

About

This is crypto management system where you can manage your assets and take benefits from other features too


Languages

Language:JavaScript 90.9%Language:CSS 8.7%Language:HTML 0.4%Language:SCSS 0.0%Language:Procfile 0.0%