Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devstephen/tech-founders
A simple API that returns a list of founders and their companies
https://github.com/devstephen/tech-founders
Last synced: 25 days ago
JSON representation
A simple API that returns a list of founders and their companies
- Host: GitHub
- URL: https://github.com/devstephen/tech-founders
- Owner: devstephen
- Created: 2024-11-30T16:06:44.000Z (about 1 month ago)
- Default Branch: main
- Last Pushed: 2024-11-30T16:11:02.000Z (about 1 month ago)
- Last Synced: 2024-11-30T17:24:39.712Z (about 1 month ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Run Locally
Clone the project
```bash
git clone https://github.com/devstephen/tech-founders
```Go to the project directory
```bash
cd tech-founders
```Install dependencies
```bash
npm install
```Start the server
```bash
npm start
```