https://github.com/vanruesc/ahkneemay
A web server that keeps track of your watched animes.
https://github.com/vanruesc/ahkneemay
Last synced: 8 months ago
JSON representation
A web server that keeps track of your watched animes.
- Host: GitHub
- URL: https://github.com/vanruesc/ahkneemay
- Owner: vanruesc
- License: other
- Archived: true
- Created: 2014-11-30T20:00:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-30T15:13:57.000Z (almost 11 years ago)
- Last Synced: 2024-10-02T08:44:13.531Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 1.44 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ahkneemay
[](https://travis-ci.org/vanruesc/ahkneemay)
[](http://badge.fury.io/gh/vanruesc%2Fahkneemay)
[](https://david-dm.org/vanruesc/ahkneemay)
A web server that keeps track of your watched animes by storing information in the cloud.
This project relies on the Amazon Web Services EC2, DynamoDB and S3-Buckets.
## Running the Server
Install [Node](http://nodejs.org/) first! Download this project, open the terminal or
command line and navigate to the project's root directory. Then fetch dependencies with:
```javascript
npm install
```
Since this application relies on AWS, you'll have to provide your credentials in __aws.json__.
There's an example in the __config__ folder. You may then start the server with:
```javascript
node index.js PORT ENVIRONMENT
```
The server will listen on the specified port (defaults to 80!).
Setting the optional environment parameter to "production" lets the server optimize some things and generate log files.
In case you wish to run this project behind a proxy, you'll have to [configure Node manually](http://jjasonclark.com/how-to-setup-node-behind-web-proxy).
## Documentation
_(Coming soon)_
## Contributing
Maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using [Grunt](http://gruntjs.com/).
## Release History
_Version: 1.0.0 (15.12.2014)_
> The system implements all the necessary features and supports a pure single-page behaviour
> as well as a traditional multi-page fallback for users who disabled Javascript in their browser.
> User authentication is also available; many users can create their own personal anime lists.
## License
Copyright (c) 2014 Raoul van Rüschen
Licensed under the Zlib license.