Team Mango
Telerik Academy "JS Applications" course teamwork project
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...
note: this application is for educational use only, it runs on a local server and uses a json
file for database
- check if you have nodejs installed -
node -v
- then you need bower and http-server (for local start)
- bower -
npm install bower -g
- http-server -
npm install http-server -g
- bower -
- 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
- 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
Захари Димитров - ZachD
Лиляна Бабачева - Lamma
Таня Димитрова - sunshinet
Георги Карабойчев - prot3ct