https://github.com/tableflip/intimate-objects
https://github.com/tableflip/intimate-objects
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/tableflip/intimate-objects
- Owner: tableflip
- Created: 2014-06-18T11:09:09.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-08-23T14:40:06.000Z (almost 12 years ago)
- Last Synced: 2025-02-15T12:46:48.718Z (over 1 year ago)
- Language: CSS
- Size: 3.46 MB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Intimate Objects
## Getting started
### Install dependencies
Install NodeJS
Install MongoDB
```sh
npm install
```
### Run
```sh
mongod
npm start
```