https://github.com/emilio-v/tasker
Task manager created with Nextjs
https://github.com/emilio-v/tasker
docker-compose material-ui mongodb mongoose nextjs task-manager
Last synced: 3 months ago
JSON representation
Task manager created with Nextjs
- Host: GitHub
- URL: https://github.com/emilio-v/tasker
- Owner: emilio-v
- Created: 2023-08-11T00:51:20.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-11T01:03:14.000Z (almost 3 years ago)
- Last Synced: 2025-04-02T11:24:57.102Z (over 1 year ago)
- Topics: docker-compose, material-ui, mongodb, mongoose, nextjs, task-manager
- Language: TypeScript
- Homepage:
- Size: 136 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Next.js Tasker App
To run locally, you'll need the data base
```
docker-compose up -d
```
- -d, meaning **detached**
* Local MongoDB URL:
```
mongodb://localhost:27017/entriesdb
```
## Configure the env variables
Use the **.env.template** file as an example to generate your **.env** file
## Fill the data base with mock information
Call:
```
http://localhost:3000/api/seed
```