this app built with React Native and the database use MySql. Astro Library helps you to have more interest in reading. with this application, users are made easy to find books and borrow it quickly and easily.
- Users login or register if don't have account
- Users can search and explore books from various genres
- Users can see the details of the book
- Users can borrow the available books
- Users can return the book without having to go to the location. so do it online and view the history borrow.
- There is Admin role. Admin can login and control all data, like add, edit, delete for (books,genre,author,user)
react
- Node_modules
npm install
oryarn install
- [
React Bootstrap
] (https://react-bootstrap.github.io/)
- Clone this Project
- Open app's directory in CMD or Terminal
- Type
npm install
oryarn install
- make the env file on root folder and fill REACT_APP_API with your address and backend port
REACT_APP_API=http://YOUR_IP_ADDRESS:PORT BACKEND
example
REACT_APP_API=http://YOUR_IP_ADDRESS:8080
- clone
Backend-Astro-Library-API
and follow Usage for Development - After Backend ready, go to his project again and Type
react-native run-android
oryarn run android
if you use yarn - Register your account
- Login to use
- Lets find and borrow your favorite books !!