Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ribborges/tasks-api
https://github.com/ribborges/tasks-api
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ribborges/tasks-api
- Owner: ribborges
- License: mpl-2.0
- Created: 2024-05-15T02:57:34.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-05-15T16:17:10.000Z (8 months ago)
- Last Synced: 2024-05-16T20:33:00.038Z (8 months ago)
- Language: TypeScript
- Size: 52.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tasks api
## Running with npm
Download and install [node.js](https://nodejs.org/en).
Set the .env variable to your MongoDB URI (Variable name: MONGO_URI).
Open your terminal/cmd on the repo directory and run:
```bash
> npm install
``````bash
> npm run dev
```[APP repo](https://github.com/ribborges/tasks-app)