This project is developing on the topic of Cryptocurrency Forum. Cryptocurrency market price is using South Korea's top exchange Upbit Market API.
git clone https://github.com/jeongwoo0613/term-project
<!-- client -->
cd term-project/client - move project client folder
npm i - install dependency
npm start - open browser and running port on 3000
<!-- server -->
cd term-project/server - move project server folder
npm i - install dependency
make .env file and set .env file
move project data folder and signup admin account, make coins using images, coin info
npm run dev - running port on 8080
http://localhost:8080/api
http://ec2-15-165-76-37.ap-northeast-2.compute.amazonaws.com/api
https://api.upbit.com/v1
-
Success Code: 200 OR 201
-
Content: JSON Data OR Success Message
-
Error Code: 400 OR 401 OR 404 OR 500
-
Content: Error Code AND Error Message
Home | Login |
---|---|
Coin | |
---|---|
Search | Profile |
---|---|
Trends | News |
---|---|
-
Client
- React
- React Router
- 100% Hooks
-
Server
if u give issue, code, function, structure, feedback, etc. for project, I'm really appreciate.