项目作者: mango-telerik

项目描述 :
Telerik Academy "JS Applications" course teamwork project
高级语言: JavaScript
项目地址: git://github.com/mango-telerik/talk-in-code.git
创建时间: 2017-04-21T08:41:00Z
项目社区:https://github.com/mango-telerik/talk-in-code

开源协议:

下载


<h1 style="font-size:30px; font-family:consolas; color:lightgrey; background-color:#24292e; padding:15px"> > talk.in.code </h1>

Team Mango

Telerik Academy “JS Applications” course teamwork project

Introduction

This is a simple forum application for developers who need to share their thoughts and experience from everyday life
The application is for educational use and represents Single Page Design with simple RESTful web services implemented
And much more cool introduction text here…

instruction for installation

note: this application is for educational use only, it runs on a local server and uses a json file for database

installation steps

  • check if you have nodejs installed - node -v
  • then you need bower and http-server (for local start)
  • download the source from the app repo or clone it
  • open the root folder in the console / terminal / cmd
  • install node modules and bower components - npm install, bower will install automatically
  • run server - npm start
  • open app in browser - http://localhost:3000/#
  • to stop server press Ctrl + C in the console

project stages

  • server and server side
    • users - YES
    • themes - NO
    • posts - YES
    • other - NO
  • user logic
    • login - YES
    • register - YES
    • logout - YES
    • delete - YES
  • posts logic
    • categories - YES
    • create - YES
    • delete - YES
  • comments logic
    • create - YES
    • delete - YES
  • other logic
    • facebook share - YES
    • likes - YES
    • other - NO

Teamwork members

Contributors

Захари Димитров - ZachD
Лиляна Бабачева - Lamma
Таня Димитрова - sunshinet

Not Contributed

Георги Карабойчев - prot3ct