CRUD Server which illustrates the usage of Ferry-Go Framewok (More Additions coming soon)
- Golang
- Postgres Installed - Up & Running
- DBeaver or any similar app
- Use Sample.SQL file inside Root directory to setup database
- API tool ex: Postman
- Cheers to Sai Umesh - Author of Ferry Framework
Following are the instructions to setup the server
Development Environment
- Pull Source Code
- From Root Directory > go run main.go (runs @ 3001)
Server Routes
-
/emp/1 - Fetches a Single Employee
-
/emp - Fetches Names of registered Employees
Todo
Not intended
Please read CONTRIBUTING.md Ferry Framwork.
- Chaitanya Kumar - Github
This project is licensed under the MIT License - see the LICENSE.md file for details