Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/varejaodacarne/gym-manager
🏋️♀️GYM Manager - As the name itself says, a simple gym manager.
https://github.com/varejaodacarne/gym-manager
express javascript launchbase nodejs npm nunjucks postgresql rocketseat
Last synced: 29 days ago
JSON representation
🏋️♀️GYM Manager - As the name itself says, a simple gym manager.
- Host: GitHub
- URL: https://github.com/varejaodacarne/gym-manager
- Owner: VarejaoDaCarne
- License: mit
- Created: 2020-06-20T16:54:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-13T03:04:50.000Z (about 2 years ago)
- Last Synced: 2024-11-11T14:18:44.779Z (3 months ago)
- Topics: express, javascript, launchbase, nodejs, npm, nunjucks, postgresql, rocketseat
- Language: JavaScript
- Homepage:
- Size: 2.31 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GYM Manager 🏋️♂️
Bootcamp LaunchBase
## 🔖 Sobre
O projeto **GYM Manager** é um gerenciador de academia. Projeto criado no **Bootcamp LaunchBase**.
## 🚀 Tecnologias utilizadas
O projeto foi desenvolvido utilizando as seguintes tecnologias
- [Express](https://expressjs.com/pt-br/)
- [JavaScript](https://www.javascript.com/)
- [Nodejs](https://nodejs.org/en/)
- [NPM](https://www.npmjs.com/)
- [Nunjucks](https://mozilla.github.io/nunjucks/)
- [PostgreSQL](https://www.postgresql.org/)## 🗂 Como baixar e iniciar o projeto
```bash
# Clonar o repositório
$ git clone https://github.com/grioos/gym-manager# Entrar no diretório
$ cd gym-manager# Instale as dependências
$ npm install
# Iniciar o projeto
$ npm start
```Desenvolvido por [Gabriel Rios](https://www.linkedin.com/in/grioos/)