https://github.com/thinkmill/reacteu-api
ReactEurope KeystoneJS API Server
https://github.com/thinkmill/reacteu-api
Last synced: 4 months ago
JSON representation
ReactEurope KeystoneJS API Server
- Host: GitHub
- URL: https://github.com/thinkmill/reacteu-api
- Owner: Thinkmill
- License: mit
- Created: 2015-07-02T23:25:13.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-26T12:10:26.000Z (over 9 years ago)
- Last Synced: 2025-06-22T09:58:25.466Z (8 months ago)
- Language: JavaScript
- Homepage: http://thinkmill.com.au/react-europe
- Size: 392 KB
- Stars: 54
- Watchers: 33
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactEU API Server
ReactEurope [KeystoneJS](http://keystonejs.com) API Server
Full Instructions and documentation coming as soon as we can publish them after the conference :)
## Getting Started
Build/run -- **requires** mongod to be running
``` bash
git clone git@github.com:Thinkmill/reacteu-api.git
cd reacteu-api
npm install
npm start
```
Keystone will automatically create a new admin user in your database as specified in the `updates/1.0.0-admins.js` script.
The default username is `react@thinkmill.com.au` and the default password is `react`. You can change these by editing the update script before starting the server, or afterwards using the Admin UI.
## License
Copyright (c) 2015 Thinkmill. Made available under The MIT License (MIT).