https://github.com/akinfelami/submitaquote
Submitaquote lets users submit a quote for approval. Their quotes can then be approved or declined by an admin. Once their quote has been approved, users can see their quote on the homepage
https://github.com/akinfelami/submitaquote
bootstrap flask react sqlalchemy
Last synced: 5 months ago
JSON representation
Submitaquote lets users submit a quote for approval. Their quotes can then be approved or declined by an admin. Once their quote has been approved, users can see their quote on the homepage
- Host: GitHub
- URL: https://github.com/akinfelami/submitaquote
- Owner: akinfelami
- Created: 2022-06-19T04:18:53.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-04T01:26:35.000Z (almost 4 years ago)
- Last Synced: 2023-03-07T16:42:32.594Z (over 3 years ago)
- Topics: bootstrap, flask, react, sqlalchemy
- Language: Python
- Homepage:
- Size: 9.25 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Full Stack Web App React + Flask
Submitaquote lets users submit a quote for approval. They quotes can then be approved or declined by an admin. Once their quote has been approved, users can see their quote on the homepage
## How to run locally
- Clone the repo
- `pip install -r requirements.txt`
- Start server `python server.py`
- ```
cd user
npm install
npm start
```
- ```
cd admin
npm install
npm start
```
## Screenshots


