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

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

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
![Screenshot 2022-06-27 at 21 23 10](https://user-images.githubusercontent.com/59776300/176078055-0a449897-689e-4450-a6d6-ac6c578bfa85.png)
![Screenshot 2022-06-27 at 21 23 24](https://user-images.githubusercontent.com/59776300/176078069-9dbcc3ed-3375-400f-920f-79b5666f2f31.png)
![Screenshot 2022-06-27 at 21 24 07](https://user-images.githubusercontent.com/59776300/176078073-4f96be4b-1456-4861-a752-984ab75295bc.png)