https://github.com/simalexan/petty
small game API using Node.js
https://github.com/simalexan/petty
Last synced: 2 months ago
JSON representation
small game API using Node.js
- Host: GitHub
- URL: https://github.com/simalexan/petty
- Owner: simalexan
- Created: 2012-12-10T23:47:51.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-03-31T12:20:53.000Z (about 12 years ago)
- Last Synced: 2025-02-16T09:41:17.541Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.25 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Petty
======A very small game API using Node.js for testing our skills in the development of highly scalable web services
* Will soon reach version 0.1
Current feature status
----------------------
- using MongoDB with Mongoose
- using Connect with logger, bodyParser & static features###Models
- Pet starting schema added with basic pet methods:
- gainHealth
- loseHealth
- die
- savePet- User starting schema added with two basic methods:
- createUser
- updateUser- Activity starting schema added with its methods:
- createActivity
- updateActivity
- deleteActivity- ActivityType schema added with its methods:
- createActivityType
- updateActivityType
- deleteActivityType###Controllers
- Pets Controller added with one fully implemented method and outline of three methods:
- addPet
- updatePet
- deletePet
- findPetById- Activities Controller added with a method:
- addActivity- Users Controller added with methods:
- addUser
- listAll
- showNext features
-------------
- will be hosted on AppFog (as soon as it reaches version 0.1, which will be soon)*will fill the features description as they are being added