Arpit Mohan
|
13a0247fd7
|
Creating a generic map to struct function to convert any map objects into struct objects
Also creating a services package. This will hold all the business logic. The controllers will be very light.
|
2019-02-27 09:29:30 +05:30 |
|
Arpit Mohan
|
acbb5a55e0
|
Moving gorm ORM library for Golang database connections
Also creating the Create API for components
|
2019-02-26 23:22:37 +05:30 |
|
Arpit Mohan
|
13156380ce
|
Adding the factory pattern to switch between databases.
Also adding a basic GET API for components
Making modifications to the Makefile to create a dist/ folder.
|
2019-02-26 22:36:21 +05:30 |
|
Arpit Mohan
|
6560d1005c
|
Adding the files for the APIs
|
2019-02-22 08:53:03 +05:30 |
|
Arpit Mohan
|
2be56a1f12
|
Adding httprouter as the HTTP multiplexer and also setting up postgres db connection and executing a random query
This basically sets up some rough structure of the code
|
2019-02-22 08:48:08 +05:30 |
|