GithubHelp home page GithubHelp logo

ddanddan18 / swpp2020-team6 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swsnu/swpp2020-team6

0.0 0.0 0.0 8.54 MB

ROTUS: Roadmap to Study

Python 20.12% HTML 0.26% JavaScript 60.45% SCSS 9.68% Jupyter Notebook 9.48%

swpp2020-team6's Introduction

ROTUS: Roadmap to Study

https://rotus.shop/

branch Travis Sonarcloud Coveralls
dev Build Status Quality Gate Status Coverage Status

How to Run

1. Clone this repository

git clone https://github.com/swsnu/swpp2020-team6.git

2. Prepare basic environment

These steps assume you have a Linux 18.04 LTS machine. All commands for backend assume an activated virtualenv.

(1) installing requirements for frontend
sudo apt-get install npm
sudo npm install -g yarn
cd frontend
yarn install (if not working, "yarn install --ignore-engines")
(2) preparing virtualenv
sudo apt-get install python3-virtualenv
sudo apt install python3-pip
pip3 install virtualenv
virtualenv --python=python3 rotus-env
source rotus-env/bin/activate
(3) installing requirements for backend
sudo apt-get install python3.7-dev default-libmysqlclient-dev
cd backend
pip3 install -r requirements.txt
python3 manage.py makemigrations user roadmap section task tag comment
python3 manage.py migrate

3. Run Frontend and Backend

In swpp2020-team6/frontend,

yarn start

In swpp2020-team6/backend,

python3 manage.py runserver

Testing

In swpp2020-team6/frontend,

yarn test --coverage --watchAll=false

In swpp2020-team6/backend,

coverage run --source="./user/","./roadmap/","./section/","./task/","./tag/","./comment/" --omit='manage.py','*/__init__.py','backend/*','utils/*' manage.py test --settings=backend.settings.ci && coverage report

Demo Video

https://youtu.be/zZkiPKhb_Yc

Wiki

You can refer to our wiki for detailed information.

swpp2020-team6's People

Contributors

ddanddan18 avatar yg-moon avatar khkim610 avatar hy00nc avatar kooyunmo avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.