Skip to content

<손쉬운 소수점 투자 프로젝트> 프론트엔드 레포지토리

Notifications You must be signed in to change notification settings

sujinjwa/Shinhan-project-front-end

 
 

Repository files navigation

소수점 투자를 보다 더 쉽게!

신한 알파 앱에서 만날 수 있는 간편 소수점 투자 서비스

Getting Started

Requirements

  • Node 14.20.1
  • Npm 6.14.17

Installation

  • Frontend
$ git clone https://github.com/shinhanteam5/Front-end.git
$ npm install
$ npm run dev
$ npm run build
  • Backend
$ git clone https://github.com/shinhanteam5/Fractional_Share
$ cd fractional_share
$ .\venv\Scripts\activate
$ python install -r requirements.txt
$ cd fractional_share
$ python manage.py makemigrations
$ python manage.py migrate
$ python manage.py runserver

Stacks

Frontend

VueJS Javascript SCSS HTML

Backend

Django Restframework

Team Members

파일구조 MVP

src\
 |--assets\        # Images
 |--components\    # Children Components
 |--routes\        # Routes
 |--scss\          # css styles
 |--views\         # Main Components
 |--App.vue        # Top Parent Component
 |--main.js        # Create vue constructor function

About

<손쉬운 소수점 투자 프로젝트> 프론트엔드 레포지토리

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 66.5%
  • SCSS 27.9%
  • JavaScript 4.2%
  • HTML 1.2%
  • Dockerfile 0.2%