By Farnoosh Johnson
This is an online discussion site where people can post questions, edit and delete their questions and submit answer to each questions posted.
You may use this application as an example to show the proficiency of a level 2 student in Epicodus.
You will need the following things properly installed on your computer.
git clone [farnoosh63](https://github.com/Farnoosh63/Meal-Tracker.git)
this repository- change into the new directory
npm install
bower install
ember server
- Visit your app at http://localhost:4200.
Make use of the many generators for code, try ember help generate
for more details
ember test
ember test --server
ember build
(development)ember build --environment production
(production)
The contact form wont save the user information into the database.
Copyright (c) 2016 Farnoosh Johnson- Student in Epicodus
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.