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
- Host: GitHub
- URL: https://github.com/adzo261/ideapad
- Owner: adzo261
- License: mit
- Created: 2019-03-23T08:18:30.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-23T09:48:35.000Z (almost 7 years ago)
- Last Synced: 2025-10-05T06:55:56.781Z (5 months ago)
- Topics: app, express, express-handlebars, mongodb, nodejs, nodejs-development
- Language: JavaScript
- Homepage: https://node-ideapad.herokuapp.com/
- Size: 22.5 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[](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.