this is Node.js, Exprees,React.js
implementation of coinex website with limited features
- install Node.js
better to use Node v20.9.0
cd ./frontend
and runnpm install
andnpm run dev
for frontendcd ./backend
and runnpm install there
and you should have coinmarketcap api key the free plan is fine- create .env file with
PORT = 3000
,COIN_API_ADDRESS = https://pro-api.coinmarketcap.com/v1
&COIN_API_KEY=your api key
- (optional) install nodemon in your system
- run backend server with
npm start