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

https://github.com/ericz99/api-builder

Supports only MongoDB & Express
https://github.com/ericz99/api-builder

api-builder nodejs react

Last synced: 9 months ago
JSON representation

Supports only MongoDB & Express

Awesome Lists containing this project

README

          

## Api Builder

Built this Api Builder out of boredom, but it currently only supports MongoDB (mongoose), and ExpressJS.

### Installation

Api Builder requires the following...

- [Node.js (LTS Version)](http://nodejs.org/)
- [YarnPKG](https://yarnpkg.com/lang/en/docs/install/#windows-stable)

Quick start:

```bash

# Install dependencies
yarn install

# Run application
yarn run start

# To update code
git pull

```

Features:

```bash

# Ability to create multiple API at the same time ✅
# Code Output, and copying schema with a click of a button ✅
# Nice UI ✅

```

## Tech Stack

- [React](https://reactjs.org/)
- [Node](https://nodejs.org/)

## App Info

### Author

Eric Zhang

### Version

1.0.0

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details