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

https://github.com/sassani134/curriculumexpo


https://github.com/sassani134/curriculumexpo

Last synced: 3 months ago
JSON representation

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/)