Notes API
A simple RESTful API built with Go, SQLite3 and the Gin framework to manage notes. You can create, read, update, delete, and toggle the completion status of notes.
Getting Started
Prerequisites
Installation
- Clone the repo:
git clone https://github.com/dnafolayan/notes-api.git
cd notes-api
Install Dependencies
go mod tidy
Run the server
go run cmd/api/main.go
Contributing
Pull request are welcome! For major changes, please open an issue first to discuss what you would like to change.
License
This project is licensed under the MIT License