Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jxhnlcs/userlistfullstack
Sistema FullStack de Gestão de Usuários.
https://github.com/jxhnlcs/userlistfullstack
typescript vue
Last synced: 27 days ago
JSON representation
Sistema FullStack de Gestão de Usuários.
- Host: GitHub
- URL: https://github.com/jxhnlcs/userlistfullstack
- Owner: jxhnlcs
- Created: 2023-08-01T23:54:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-04T14:59:37.000Z (over 1 year ago)
- Last Synced: 2024-11-09T02:52:41.955Z (3 months ago)
- Topics: typescript, vue
- Language: Vue
- Homepage:
- Size: 30.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Lista de Usuários
Sistema FullStack de Gestão de Usuários.
# Como rodar o sistema
##### 🔙: Backend
- Rode os comandos abaixo no terminal para instalar as dependencias do backend e rodar o servidor:
```shell
cd api
``````shell
npm i
``````shell
npm run dev
```##### 🖥️: Frontend
Para executar o front end basta rodar os comandos abaixo:
```shell
cd web
``````shell
npm i
``````shell
npm run dev
```#### ⚙️:Tecnologias
- Vuejs
- TypeScript