https://github.com/chasefleming/rails-api-mongodb-rspec-starter
Starting template for Rails API projects using MongoDB and Rspec.
https://github.com/chasefleming/rails-api-mongodb-rspec-starter
Last synced: over 1 year ago
JSON representation
Starting template for Rails API projects using MongoDB and Rspec.
- Host: GitHub
- URL: https://github.com/chasefleming/rails-api-mongodb-rspec-starter
- Owner: chasefleming
- Created: 2014-07-21T23:12:41.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-21T23:24:27.000Z (about 12 years ago)
- Last Synced: 2025-01-23T18:19:51.915Z (over 1 year ago)
- Language: Ruby
- Size: 148 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#README
This starting template is for those looking to build projects with Rails just as a backend and save themselves the time and hassle of setting up MongoDB and Rspec along with it. The three main features of this starter template are:
* [Rails API](https://github.com/rails-api/rails-api) - (Backend Rails)
* Mongoid (for MongoDB)
* Rspec
*You may want to change the mongoid config database names after cloning.*