forked from thesentinelproject/threatwiki_node
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
24 lines (21 loc) · 717 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
How to use:
- Make sure you have an instance of mongodb running
- npm install -d
- node app.js
- Point your browser to http://localhost:3000
- You will be asked to login with a Google Apps account, you need a @thesentinelproject.org google apps email in order to login
May 29, 2012:
- Update tests
- "populate" tags properly
- Cleanup file structure demarcating API well
- Hash out all API usecases
May 19, 2012:
- Update tests
- Add failsafes throughout code
- Convert Geolocation to formal GMaps3 API
- Hash out all API usecases
- Add middleware to ensure integrity of model
May 18, 2012:
- Data is not properly being carried forward from forms to POST
- Datapoint model needs tweaks
- Update tests