Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

jeongwoo0613/term-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Temporal Project Docs

Introduction

This project is developing on the topic of Cryptocurrency Forum. Cryptocurrency market price is using South Korea's top exchange Upbit Market API.

Getting Started

Prerequisites

Installation

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

Local API Development Base URL

  • http://localhost:8080/api

Remote API Production Base URL

  • http://ec2-15-165-76-37.ap-northeast-2.compute.amazonaws.com/api

External API Base URL

  • https://api.upbit.com/v1

Common Responses

  • 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

Flow

flow

Preview

Home Login
home login
Google Coin
google coin
Search Profile
search profile
Trends News
trends news

Project Main Stack

Contributing

if u give issue, code, function, structure, feedback, etc. for project, I'm really appreciate.