# README
Notecard Server
Notecards Server
A Gin REST API
Report Bug
·
Request Feature
Table of Contents
About The Project
This is the server for the Notecards application. The Notecards server accepts requests from the client, performs CRUD operations on a Postgres database, then sends responses back to the client. The corresponding User Interface is located in the Notecards repository
Built With
The server is built with the Go web framework, Gin. It uses GORM to interact with the Postgres database hosted on an Amazon RDS.
Run The App Locally
Prerequisites
The server was built with version 1.20.11 of Go
Installation
- Clone the repo
git clone https://github.com/jakewhite8/notecards-server.git
- From inside the notecards-server directory, install the project dependencies by running:
go mod download
- Start the server:
go run main.go
- Navigating to localhost:8080 should display the message: Notecards Server
Contact
Jake White - [email protected]
Project Link: https://github.com/jakewhite8/notecards-sever
Acknowledgments
Resources I found helpful and would like to give credit to
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author