https://github.com/dansteele/backend-blog
Intro into back-end architecture
https://github.com/dansteele/backend-blog
Last synced: 5 months ago
JSON representation
Intro into back-end architecture
- Host: GitHub
- URL: https://github.com/dansteele/backend-blog
- Owner: dansteele
- Created: 2015-04-29T16:18:57.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T16:19:16.000Z (about 11 years ago)
- Last Synced: 2024-04-24T09:18:19.179Z (about 2 years ago)
- Language: Ruby
- Size: 176 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Backend-Blog
============
- We're going to design and implement the back-end for a blog application.
- Implement the models (classes) in the models folder, according to the design
we made in the group discussion.
- Use TDD to test out the methods and associations in your classes
E.g.
> ruby test/author_test.rb --name /"name of your individual test"