Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/omiguelwnl/projeto-todo-node
Projeto To-do nodejs
https://github.com/omiguelwnl/projeto-todo-node
api nodejs todo typescript
Last synced: about 1 month ago
JSON representation
Projeto To-do nodejs
- Host: GitHub
- URL: https://github.com/omiguelwnl/projeto-todo-node
- Owner: oMiguelwnl
- Created: 2024-04-01T14:46:45.000Z (11 months ago)
- Default Branch: Monarch
- Last Pushed: 2024-04-02T12:57:51.000Z (11 months ago)
- Last Synced: 2024-11-13T05:23:29.622Z (3 months ago)
- Topics: api, nodejs, todo, typescript
- Language: TypeScript
- Homepage:
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Projeto API-Todo
Este é um repositório do projeto API-Todo. Essa api permite que você crie, atualize e exclua tarefas.
## Instalação
Você pode clonar o repositório e rodar:
```bash
npm install
```Depois clonar o arquivo `.env`:
```bash
cp .env
```E alterar as variáveis de ambiente.
## Uso
Para rodar o projeto, utilize o comando padrão:
```bash
npm run dev
```## Adicionais
Caso queira, é interessante remover o `origin` do repositório, para adicionar seu próprio repositório remoto e continuar o desenvolvimento.
Para ver os repositórios remotos:
```bash
git remote -v
```Para trocar o origin:
```bash
git remote remove origin
git remote add origin
```Sendo `` o diretório do seu repositório remoto.