注册
登录
postgresql
>>
BeerCheese-client
>>
返回
项目作者:
belaczek
项目描述 :
4IT442 - Software project - eshop
高级语言:
JavaScript
项目主页:
项目地址:
git://github.com/belaczek/BeerCheese-client.git
创建时间:
2017-04-13T17:32:11Z
项目社区:
https://github.com/belaczek/BeerCheese-client
开源协议:
MIT License
下载
BeerCheese
Repository for Software Project class at University of Economics in Prague (
link to sylabus
).
Topic: eshop with configurable packages
Backend: Spring boot app with MySQL
Frontend (this project): create-react-app boilerplate
Links
Link to build job on Circle CI -
Circle CI
Link to deployed application on Firebase -
BeerApp
Link to API description on Apiary -
Apiary
Link to Uptime -
Uptime
Quick GIT guide
How to squash commits into one or more
git rebase -i HEAD~#
where
#
of commits you want to work with
rewrite
pick
to
fixup
for commits you want to squash(is squashed to commit above)
finish and push