Skip to content

Chinmaykd21/TodoApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TODO App

Description

This app is created to learn about creating a server using Golang. The technologies used are Go Fiber, SWR, TypeScript, Mantine (Core & Hooks), vite, MongoDB. This app supports basic CRUD operations.

Getting Started

Installing

  • Clone this repo in folder of your choice
  • cd client and npm i

Executing program

  • cd cliet
  • npm run client to start the client on port 3000
  • npm run server to start the server on port 4000

Authors

Chinmay Kulkarni | @Chinmaykd21

Acknowledgments