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

https://github.com/adzo261/ideapad

A platform to get or share coding project ideas Node+Express+Handlebars+Mongodb+Bootstrap
https://github.com/adzo261/ideapad

app express express-handlebars mongodb nodejs nodejs-development

Last synced: 5 months ago
JSON representation

A platform to get or share coding project ideas Node+Express+Handlebars+Mongodb+Bootstrap

Awesome Lists containing this project

README

          

[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/adzo261/ideapad/blob/master/LICENSE.txt)

# Ideapad

A platform to browse or share coding project ideas.

## Hosted on Heroku

https://node-ideapad.herokuapp.com/

## Stack

- Node
- Express
- Bootstrap
- Handlebars(express-handlerbars)
- Mongodb

## Install

1. `mkdir ideapad`
2. `cd ideapad`
3. `git clone https://github.com/adzo261/ideapad.git`
4. `npm install`
5. `node app.js`

#### Note

Use your own `.env` file with `DATABASE` set to your own mongodb url.