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
- Host: GitHub
- URL: https://github.com/ericz99/api-builder
- Owner: ericz99
- Created: 2021-08-06T12:55:37.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-06T13:47:23.000Z (over 4 years ago)
- Last Synced: 2025-01-28T15:35:43.107Z (11 months ago)
- Topics: api-builder, nodejs, react
- Language: JavaScript
- Homepage: https://eager-shannon-fb1119.netlify.app/
- Size: 227 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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