Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cedarcode/mi_carrera
MiCarrera
https://github.com/cedarcode/mi_carrera
rails webapp
Last synced: about 2 months ago
JSON representation
MiCarrera
- Host: GitHub
- URL: https://github.com/cedarcode/mi_carrera
- Owner: cedarcode
- Created: 2019-02-12T14:37:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-08T13:35:36.000Z (9 months ago)
- Last Synced: 2024-04-08T14:47:10.571Z (9 months ago)
- Topics: rails, webapp
- Language: Ruby
- Homepage: https://micarrera.uy/
- Size: 2.27 MB
- Stars: 11
- Watchers: 6
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MiCarrera
Sistema de trackeo de materias realizadas para los estudiantes de Computación de la FING con el objetivo de que el manejo de las materias, previaturas y el avance de carrera sea más fácil y claro.
### Requisitos
* Ruby 3.3.5
* PostgreSQL (preferentemente v14)### Setup
```
$ git clone https://github.com/cedarcode/mi_carrera.git
$ cd mi_carrera/
$ bundle install
$ bin/rails db:setup
$ bin/rails load_yml
```### Levantar el servidor
```
$ bin/rails s
```Una vez hecho esto podés entrar a http://localhost:3000 y usar la aplicación normalmente.