isongjosiah / lernen-api

Home Page:https://www.lernen-saucecode.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lernen-api

DeepSource DeepSource

Development Set-up

  1. Have go installed on your machine
  2. clone the repo.

You can use postman to query the api at port 8080 i.e localhost:8080. Should you need to adjust the port you can do so in the .env file at the root of the api project.

To test the sign-up implementation use localhost:8080/auth/register, you should also provide the input in json format like so defining your own values.

{
  "firstname":"any name",
  "lastname" : "any name",
  "email": "any email",
  "username": "any username",
  "password": "any password"
  
}

The document would be updated as other routes are implemented.

About

https://www.lernen-saucecode.netlify.app


Languages

Language:Go 99.3%Language:Makefile 0.7%