https://github.com/mihneamanolache/1000-drpciv-qa
An online platform built with `React` and `Flask` which displays over 1000 Q&A required to pass the driving exam in Romania.
https://github.com/mihneamanolache/1000-drpciv-qa
Last synced: 3 months ago
JSON representation
An online platform built with `React` and `Flask` which displays over 1000 Q&A required to pass the driving exam in Romania.
- Host: GitHub
- URL: https://github.com/mihneamanolache/1000-drpciv-qa
- Owner: mihneamanolache
- Created: 2022-07-26T07:23:31.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-26T07:29:17.000Z (almost 3 years ago)
- Last Synced: 2025-02-15T11:17:14.033Z (5 months ago)
- Language: JavaScript
- Size: 24 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 1000 Q&A for DRPCIV
This is an online platform built with `React` and `Flask` which displays over 1000 Q&A required to pass the driving exam in Romania. The project was built in 2019 as a personal project designed to help me learn both `Flask` and `React`, and has not been maintained ever since.
## Running the platform
Before running the platform, clone the repo locally: `git clone [email protected]:mihneamanolache/1000-DRPCIV-QA.git`. Afterwards, you will have to start both the Flask server and the Rect server. To so, open two teerminal windows and `cd` to `1000-DRPCIV-QA` and run the following commands, one in each terminal window:```
npm run start-api # To start the Flask server
npm run start # To start the React server
```
Once both running, the machine should open a new browser window at `http://localhost:3000/`
