Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/valenciahq/tasklist
A fullstack application that shows tasks.
https://github.com/valenciahq/tasklist
cssmodules docker mongodb mongoose nextjs nodejs typescript
Last synced: about 1 month ago
JSON representation
A fullstack application that shows tasks.
- Host: GitHub
- URL: https://github.com/valenciahq/tasklist
- Owner: valenciaHQ
- Created: 2021-08-13T17:43:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-18T00:28:05.000Z (almost 3 years ago)
- Last Synced: 2024-10-01T03:07:11.474Z (about 2 months ago)
- Topics: cssmodules, docker, mongodb, mongoose, nextjs, nodejs, typescript
- Language: TypeScript
- Homepage:
- Size: 128 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hi!
I solved this challenge with a nextjs app. It has a client and an API build-in which implies an simpler implementation of the solution for this problem.
It has a mongo database implemented using moongose, its a clioudThis application uses yarn and css modules. The UI is simple, but its responsive.
## To run
First create an env.local file with
MONGODB_URI=mongodb+srv://admin:[email protected]/app?retryWrites=true&w=majoritythen, you have two ways
- docker build -t client .
- yarn && yarn dev## Considerations
First run, it will offer you to create some task, a bulk. I will call the API and insert 10 tasks into the database, and retrieve the first 3, 3 as the default value.