Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]



Fullstack Todo List


Fullstack Todo List


Explore the docs »




View Demo
·
Report Bug
·
Request Feature


## 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