Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/louis3797/fullstack-todo-list
A Todo List build with Nextjs, Golang and Redis
https://github.com/louis3797/fullstack-todo-list
docker docker-compose gin gin-gonic golang nextjs react redis rest-api tailwindcss typescript
Last synced: about 6 hours ago
JSON representation
A Todo List build with Nextjs, Golang and Redis
- Host: GitHub
- URL: https://github.com/louis3797/fullstack-todo-list
- Owner: Louis3797
- License: mit
- Created: 2022-03-09T16:26:45.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-03-19T21:54:25.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:40:39.891Z (over 1 year ago)
- Topics: docker, docker-compose, gin, gin-gonic, golang, nextjs, react, redis, rest-api, tailwindcss, typescript
- Language: TypeScript
- Homepage:
- Size: 188 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Contributors][contributors-shield]][contributors-url]
[![Forks][forks-shield]][forks-url]
[![Stargazers][stars-shield]][stars-url]
[![Issues][issues-shield]][issues-url]
[![MIT License][license-shield]][license-url]
## Table of Content
- [Table of Content](#table-of-content)
- [About The Project](#about-the-project)
- [Built With](#built-with)
- [Getting Started](#getting-started)
- [Prerequisites](#prerequisites)
- [Installation](#installation)
- [Usage](#usage)
- [Roadmap](#roadmap)
- [License](#license)
- [Contact](#contact)## About The Project
A todo list built with Next.js, Golang, Redis, REST and Docker.
### Built With
- [Next.js](https://nextjs.org/)
- [React.js](https://reactjs.org/)
- [TailwindCss](https://tailwindcss.com/)
- [Golang](https://go.dev/)
- [Gin](https://github.com/gin-gonic/gin)
- [Go-Redis](https://github.com/go-redis/redis)
- [Redis](https://redis.io/)
- [Docker](https://www.docker.com/)## Getting Started
### Prerequisites
- yarn
```sh
npm install --global yarn
```
- [Golang](https://go.dev/dl/)
- [Doocker](https://www.docker.com/get-started)### Installation
1. Clone the repo
```sh
git clone https://github.com/Louis3797/fullstack-todo-list.git
```2. Install Yarn packages
```sh
yarn install
```## Usage
## Roadmap
- [x] Setup Docker Compose with Redis
- [x] Golang Server
- [x] Create Frontend## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
## Contact
Louis
Project Link: [Click here](https://github.com/Louis3797/fullstack-todo-list)
[contributors-shield]: https://img.shields.io/github/contributors/Louis3797/fullstack-todo-list.svg?style=for-the-badge
[contributors-url]: https://github.com/Louis3797/fullstack-todo-list/graphs/contributors
[forks-shield]: https://img.shields.io/github/forks/Louis3797/fullstack-todo-list.svg?style=for-the-badge
[forks-url]: https://github.com/Louis3797/fullstack-todo-list/network/members
[stars-shield]: https://img.shields.io/github/stars/Louis3797/fullstack-todo-list.svg?style=for-the-badge
[stars-url]: https://github.com/Louis3797/fullstack-todo-list/stargazers
[issues-shield]: https://img.shields.io/github/issues/Louis3797/fullstack-todo-list.svg?style=for-the-badge
[issues-url]: https://github.com/Louis3797/fullstack-todo-list/issues
[license-shield]: https://img.shields.io/github/license/Louis3797/fullstack-todo-list.svg?style=for-the-badge
[license-url]: https://github.com/Louis3797/fullstack-todo-list/blob/master/LICENSE.txt