Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rafaelalmeidatk/i-need-ideas
An app where you can look for ideas for new projects and create your own ideas to inspire other people
https://github.com/rafaelalmeidatk/i-need-ideas
Last synced: 13 days ago
JSON representation
An app where you can look for ideas for new projects and create your own ideas to inspire other people
- Host: GitHub
- URL: https://github.com/rafaelalmeidatk/i-need-ideas
- Owner: rafaelalmeidatk
- License: mit
- Created: 2019-04-11T18:43:49.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-21T17:58:33.000Z (about 5 years ago)
- Last Synced: 2024-11-18T01:25:02.549Z (about 1 month ago)
- Language: JavaScript
- Size: 240 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# I Need Ideas!
An app where you can look for ideas for new projects and create your own ideas to inspire other people
![Preview](https://i.imgur.com/jqObi8w.png)
## Live demo
https://i-need-ideas.herokuapp.com/
## Stack:
- Front-end: React, Next.js
- Back-end: Node.js, Express, PostgreSQL## Running the project
If you don't have the dotfiles, copy the .env-sample from each folder into .env files and fill the necessary data (such as your PostgreSQL connection).
Go to the root folder and install the dependencies:
yarn install
`Cd` into each service folder and run them:
cd packages/client && yarn dev # starts the client server
cd packages/api && yarn dev # starts the api server