Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dulajkavinda/openbook-client
📝 web application to query lecture slides.
https://github.com/dulajkavinda/openbook-client
axios backend heroku nodejs query-lecture-slides react react-bootstrap reactjs
Last synced: 21 days ago
JSON representation
📝 web application to query lecture slides.
- Host: GitHub
- URL: https://github.com/dulajkavinda/openbook-client
- Owner: dulajkavinda
- Created: 2020-05-11T18:29:19.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-16T20:43:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-12T15:30:55.165Z (about 1 month ago)
- Topics: axios, backend, heroku, nodejs, query-lecture-slides, react, react-bootstrap, reactjs
- Language: JavaScript
- Homepage: https://openbook-client.herokuapp.com
- Size: 7.49 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 📝 Openbook Client (Version 1.0)
Web application to query lecture slides.
### I terminated the heroku server for this project since i started working on a upgraded version with more features.
## Getting Started
This react application is connected to a backend deployed on heroku. Backend is connected to mongodb and this application makes axios POST call to get data.
[Backend](https://openbook-searcher.herokuapp.com/) - Heroku backend.
### Prerequisites
```
node
npm
```### Installing
To get started, download the repo then run npm install:
```
npm install
```To run the app localally change the start script to
```
"start": "react-scripts start",
```## Built With
* [React](https://reactjs.org) - The web framework used
## Authors
* **Dulaj Kavinda** - *Initial work* - [dulajkavinda](https://github.com/dulajkavinda)
## License
This project is licensed under the MIT License