Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thibautre/thibaut.re

Portfolio website, powered by MongoDB, ExpressJS, Jade and Stylus.
https://github.com/thibautre/thibaut.re

Last synced: 17 days ago
JSON representation

Portfolio website, powered by MongoDB, ExpressJS, Jade and Stylus.

Awesome Lists containing this project

README

        

# THIBAUT.RE's website

[Check it out](http://thibaut.re)

## Installation

You must have NodeJS and npm installed, and a running MongoDB server running on default port (:27017).

```
npm install
```

There are some scripts in /scripts/ folder to fill the database. You can run them with `node scripts/generate_whatever.js`

## Running

To setup the server, just run `node server.js`, the server will be listening on port 3100