https://github.com/devsoft112/gighive-project
https://github.com/devsoft112/gighive-project
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/devsoft112/gighive-project
- Owner: devsoft112
- Created: 2024-09-12T20:06:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-12T20:15:02.000Z (almost 2 years ago)
- Last Synced: 2024-12-27T12:12:04.732Z (over 1 year ago)
- Language: JavaScript
- Size: 61.4 MB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GigHive Project!!
Middle man app for venues and artist to bring them together.
| Engines used |
| ------------- |
| SQL |
| SQLAlchemy |
| Python |
| Flask |
| REST API's |
| HTML5 |
| CSS/Bootstrap |
| JavaScript |
| React.Js |
### Backend Populate Table Users
To insert test users in the database execute the following command:
```sh
$ flask insert-test-users 5
```