Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alfafawolf/chat-web-project
Projeto da matéria Programação Avançada para WEB
https://github.com/alfafawolf/chat-web-project
Last synced: 6 days ago
JSON representation
Projeto da matéria Programação Avançada para WEB
- Host: GitHub
- URL: https://github.com/alfafawolf/chat-web-project
- Owner: AlfafaWolf
- Created: 2020-05-23T22:13:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T04:19:12.000Z (about 2 years ago)
- Last Synced: 2024-11-24T13:25:04.590Z (2 months ago)
- Language: TypeScript
- Size: 6.32 MB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projeto Web
## Pré-requisitos
Adicionar um arquivo `.env` na raiz do projeto, com o seguinte template:
```env
DB_CONNECTION=
```Caso use o banco local, use `mongodb://localhost:27017/node-angular` como string de conexão.
Além disso, adicionar os `node_modules` com `npm install`.
## Usando o projeto
Para iniciar o cliente
```sh
npm run build
```Para iniciar o servidor
```sh
npm start
```Em caso de uso do mongoDB local, iniciar com
```sh
mongod --dbpath \data\db
```