Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xixixao/space-cloud

Backend service for Space
https://github.com/xixixao/space-cloud

Last synced: 8 days ago
JSON representation

Backend service for Space

Awesome Lists containing this project

README

        

space-cloud
===========

Backend service for Space

How to run
----------

You need to have `mongod` running. It needs a directory, so ideally have one in your folder with **Cloud**

```bash
cd cloud
mkdir db
```

and start the db

```bash
mongod --dbpath=db --smallfiles
```