Skip to content

Latest commit

 

History

History
45 lines (37 loc) · 2.4 KB

README.md

File metadata and controls

45 lines (37 loc) · 2.4 KB

OpenIdea-frontend

Full stack web app made by Niksseif . Front end link https://github.com/niksseif/OpenIdea-frontend .

Description

People have lots of ideas all the time and maybe they write them in their diary, on a piece of paper, a notebook, their notes app, all of the above or like most people they forget to note it anywhere and find it hard to recollect or find it when the time comes to act on it or share it with someone. What good is an idea if you can’t share it or do something with it. I want to create an online place for people to document, share and collaborate on ideas openly.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.cd into openidea folder

Prerequisites

brew install postgresql
brew install node
npm install react
brew install heroku

Installing

git clone https://github.com/niksseif/OpenIdea
cd into openidea
npm i
createdb openIdea_dv
knex migrate:latest
knex seed:run
heroku local
open http://localhost:3000

Built With

React for the front-end https://github.com/niksseif/OpenIdea-frontend
React_Bootstrap - The frontend framework used
React-semantic-ui
npm - Dependency Management
Knex - Used to generate database and backend structure
Postgress - Used for the data base
Python, Flask

Project images

screen shot 2018-10-04 at 12 05 33 pm

screen shot 2018-10-04 at 12 06 39 pm

screen shot 2018-10-04 at 12 06 52 pm

screen shot 2018-10-04 at 12 11 53 pm

screen shot 2018-10-04 at 12 08 17 pm

License

This project is licensed under the MIT License - see the LICENSE.md file for details