https://github.com/cedarcode/mi_carrera
MiCarrera
https://github.com/cedarcode/mi_carrera
rails webapp
Last synced: 16 days ago
JSON representation
MiCarrera
- Host: GitHub
- URL: https://github.com/cedarcode/mi_carrera
- Owner: cedarcode
- Created: 2019-02-12T14:37:47.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-04-22T12:58:15.000Z (23 days ago)
- Last Synced: 2025-04-22T13:53:42.329Z (23 days ago)
- Topics: rails, webapp
- Language: Ruby
- Homepage: https://micarrera.uy/
- Size: 2.96 MB
- Stars: 16
- Watchers: 6
- Forks: 3
- Open Issues: 9
-
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.4.2
* PostgreSQL (preferentemente v14)### Setup
```
$ git clone https://github.com/cedarcode/mi_carrera.git
$ cd mi_carrera/
$ bin/setup --skip-server
```### Levantar el servidor
```
$ bin/rails s
```Una vez hecho esto podés entrar a http://localhost:3000 y usar la aplicación normalmente.