https://github.com/sassani134/curriculumexpo
https://github.com/sassani134/curriculumexpo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sassani134/curriculumexpo
- Owner: sassani134
- Created: 2021-04-20T06:49:56.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-04-28T05:55:44.000Z (about 4 years ago)
- Last Synced: 2025-01-02T07:46:35.600Z (5 months ago)
- Language: JavaScript
- Size: 192 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
Awesome Lists containing this project
README
# Curriculum Vitae with expo
A Resume that fetch json data from a [rails web site](https://github.com/sassani134/CurriculumRails.git)
## Installation### It works only with this:
```bash
git clone https://github.com/sassani134/CurriculumExpo.git
expo start
```### But if you want sommething more personal you can:
on a terminal
```bash
git clone https://github.com/sassani134/CurriculumRails.git
cd CurriculumRails
bundle
rails db:create
rails db:migrate
rails db:seed
rails s
```on a second terminal
```bash
git clone https://github.com/sassani134/CurriculumExpo.git
```
Change the useEffect fetch function in App.js to:
```javascript
fetch('http://127.0.0.1:3000//home/index.json')
```
or
```javascript
fetch('http://localhost:3000//home/index.json')
```
then
```bash
cd CurriculumExpo
expo start
```
also you need to use rails to modify the json you fetch
you can also use my expo link:## Usage
You can freely use it for your own resume or for educational purporse. Do not hesitate to change the styles## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)