Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/magmax/seed-project
Seed to create projects. This is splitted in a server and a web client using AngularJS, but it will allow other kind of clients (android or other JS frameworks)
https://github.com/magmax/seed-project
Last synced: 13 days ago
JSON representation
Seed to create projects. This is splitted in a server and a web client using AngularJS, but it will allow other kind of clients (android or other JS frameworks)
- Host: GitHub
- URL: https://github.com/magmax/seed-project
- Owner: magmax
- Created: 2014-04-13T15:41:35.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-04-13T16:02:38.000Z (over 10 years ago)
- Last Synced: 2024-10-11T14:34:51.830Z (about 1 month ago)
- Size: 105 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
After having a look to the project "[AngularJS Django Rest Framework Seed]" (by [zackargyle], I decided to fork and split it in at least two projects.
# Way of working
I really do not know if it is going to work, but the idea is:
1. Choose and clone the Server repository.
1. Choose and clone the Client repository.
1. Create a common repository for your app.
1. Add the client and server repositories as [Git submodules]Once this has been done:
* Write client functionality on the client repository.
* Write server functionality on the server repository.
* Write acceptance tests on the parent repository.
* If you want to update your client or server repository with the newest scaffold (maybe to fetch the building scripts or something like that), just merge it again on your project.# Current projects
These are the projects, that can communicate each other:
## Servers
* [Seed Project Django] is a [Django] server scaffold to start building servers in the fast way.
## Clients
* [Seed Project AngularJS] is an [AngularJS] scaffold to start building clients.
The idea is to create a common minimal base project that can be used with any server and client. All of them should be interchangeable.
# Requirements
## API
Servers and clients should respect this common [ReST] API:
(TO BE DONE)
# License
All projects and subprojects on this meta-projects should be [MIT licensed]:
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.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.[AngularJS Django Rest Framework Seed]: https://github.com/zackargyle/angularjs-django-rest-framework-seed
[zackargyle]: https://github.com/zackargyle
[Seed Project Django]: https://github.com/magmax/seed-project-django
[Django]: https://www.djangoproject.com/
[AngularJS]: http://angularjs.org/
[ReST]: http://en.wikipedia.org/wiki/Representational_state_transfer
[Git submodules]: http://git-scm.com/book/en/Git-Tools-Submodules
[MIT licensed]: http://opensource.org/licenses/MIT