Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thibautre/thibaut.re
- Owner: thibautRe
- Created: 2015-05-12T14:04:35.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-06-03T19:22:35.000Z (over 9 years ago)
- Last Synced: 2024-11-06T09:12:48.347Z (2 months ago)
- Language: JavaScript
- Homepage: http://thibaut.re
- Size: 871 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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