All Projects → TeenQuotes → website

TeenQuotes / website

Licence: other
The Teen Quotes' website

Programming Languages

PHP
23972 projects - #3 most used programming language
HTML
75241 projects
CSS
56736 projects
javascript
184084 projects - #8 most used programming language
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to website

Ystockquote
Fetch stock quote data from Yahoo Finance
Stars: ✭ 502 (+3037.5%)
Mutual labels:  quotes
Php Forex Quotes
PHP Library for fetching realtime forex quotes.
Stars: ✭ 61 (+281.25%)
Mutual labels:  quotes
Ron Swanson Quotes
Node.js server for providing Ron Swanson quotes
Stars: ✭ 212 (+1225%)
Mutual labels:  quotes
Android Rich Text Editor
Android Rich Text Editor With customized spans - 富文本编辑器 - Don't miss this one :)
Stars: ✭ 587 (+3568.75%)
Mutual labels:  quotes
Yetiforcecrm
Our team created for you one of the most innovative CRM systems that supports mainly business processes and allows for customization according to your needs. Be ahead of your competition and implement YetiForce!
Stars: ✭ 1,056 (+6500%)
Mutual labels:  quotes
Kelsey Hightower Wisdom
tweets & quotes from Kelsey Hightower 🦉📜
Stars: ✭ 128 (+700%)
Mutual labels:  quotes
Ticker
Terminal stock ticker with live updates and position tracking
Stars: ✭ 3,986 (+24812.5%)
Mutual labels:  quotes
Nietzsche
Scrap quotes from Goodreads and schedule random tweets.
Stars: ✭ 44 (+175%)
Mutual labels:  quotes
Mue
Fast, open and free-to-use new tab page for modern browsers
Stars: ✭ 56 (+250%)
Mutual labels:  quotes
Go Quote
Yahoo finance/Google finance/Coinbase/Bittrex/Binance/Tiingo historical quote downloader library and cli written in golang
Stars: ✭ 198 (+1137.5%)
Mutual labels:  quotes
Anyway.tab
一款 Chrome 的新建 Tab 插件,显示 Anyway.FM 节目中的语录、参考链接和更新提醒。
Stars: ✭ 40 (+150%)
Mutual labels:  quotes
Offline invoicing
Desktop invoicing app built with electron. Create Quotes and Invoices. Download PDF or Email directly to your customers.
Stars: ✭ 47 (+193.75%)
Mutual labels:  quotes
Orocommerce
Main OroCommerce package with core functionality.
Stars: ✭ 148 (+825%)
Mutual labels:  quotes
Kanye.rest
🌊 A free REST API for random Kanye West quotes (Kanye as a Service)
Stars: ✭ 558 (+3387.5%)
Mutual labels:  quotes
Suitecrm
SuiteCRM - Open source CRM for the world
Stars: ✭ 2,770 (+17212.5%)
Mutual labels:  quotes
Algotrader
Simple algorithmic stock and option trading for Node.js.
Stars: ✭ 468 (+2825%)
Mutual labels:  quotes
Node Finance
Module for portfolio optimization, prices and options
Stars: ✭ 101 (+531.25%)
Mutual labels:  quotes
itflow
Free and open-source web application for MSPs that streamlines IT documentation, ticketing, invoicing, and accounting, an alternative to ITGlue. It helps in managing and organizing client's IT information, increasing efficiency and profitability.
Stars: ✭ 282 (+1662.5%)
Mutual labels:  quotes
bookmarker
A personal project to help me retain information from books
Stars: ✭ 63 (+293.75%)
Mutual labels:  quotes
Fortune Mod
Implementation of the Unix fortune command for displaying a random quotation, for Linux and other systems.
Stars: ✭ 156 (+875%)
Mutual labels:  quotes

Travis CI Software License API version

What is it?

This is the source code for the next release of Teen Quotes, using the awesome PHP framework Laravel.

What is Teen Quotes?

Teen Quotes lets teenagers share their daily thoughts and feelings. It describes their daily life and feelings in a few words that they can share with their friends.

Basic dependencies

  • PHP >= 5.5 with the PDO and MCrypt extensions
  • MySQL >= 5.6 (because we need to perform FULLTEXT search on InnoDB tables)
  • Redis server for cache and queues

External services I'm relying on

  • Mailgun for transactional emails
  • Mailchimp for newsletters
  • Easyrec for the recommendation system (not actively used for the moment)
  • Pushbullet for notifications for administrators
  • Bugsnag to track exceptions

How to run locally?

Update environment variables with your values in the file .env.example and then rename the file to .env.

Install packages, seed the datbase and run the local server with these commands:

$ composer install
$ php artisan migrate
$ php artisan db:seed
$ php artisan serve

Editing the front-end

If you want to edit JS files and Compass files, you will need to install Compass, node.js and some node.js packages. You can install them by running the following commands from the root directory:

# Install Gulp globally
$ yarn global add gulp
# Grab required packages
$ yarn install

And then take advantage of the Gulpfile:

$ gulp

Who did this?

Antoine AUGUSTI - http://www.antoine-augusti.fr

Under which license?

CC BY-NC-SA http://creativecommons.org/licenses/by-nc-sa/4.0/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].