Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/newamericafoundation/atlas
Data platform for the Education Policy Program
https://github.com/newamericafoundation/atlas
Last synced: 12 days ago
JSON representation
Data platform for the Education Policy Program
- Host: GitHub
- URL: https://github.com/newamericafoundation/atlas
- Owner: newamericafoundation
- Created: 2015-05-25T14:11:38.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T17:36:49.000Z (about 2 years ago)
- Last Synced: 2024-04-14T23:57:17.566Z (10 months ago)
- Language: JavaScript
- Homepage: http://atlas.newamerica.org/
- Size: 106 MB
- Stars: 2
- Watchers: 9
- Forks: 1
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Atlas
Policy analysis tool for New America's Education Policy Program.
## General Info
* url: http://atlas.newamerica.org/
* server: ``node.js``.
* client: ``React.js``, ``react-router``, ``Backbone``.
* build: ``webpack``.
* authentication: ``passport.js`` with ``passport-google-oauth``.
* database: ``MongoDB``.## Docs
* [Getting Started](/docs/getting_started.md)
* [Environment](/docs/environment.md)
* [Development](/docs/development.md)
* [Testing](/docs/testing.md)
* [Production](/docs/production.md)
* [Codebase Structure](/docs/codebase_structure.md)
* [Code Style Guide](/docs/code_style_guide.md)
* [Data Api](/docs/data_api.md)