Skip to content

Provide an API for managing diaries, and emotion notes

Notifications You must be signed in to change notification settings

GDSC-UIT/remood-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Remood API

Description

  • This project is for Google Solution Challange 2023 - Team Remood.
  • Provide an API for managing diaries, and emotion notes.
  • Built using Go, Gin framework, and MongoDB.

Installation

  • Install Go

  • Clone this repository

git clone https://github.com/GDSC-UIT/remood-backend.git
cd remood-backend
go get .
  • Create your MongoDB Atlas Database (link)

  • Create .env file

MONGODB_CONNECTION_STRING=<YOUR CONNECTION STRING>
MONGODB_DATABASE_NAME=<YOUR DATABASE NAME>
  • Start server
go run main.go
  • Now the server is starting at localhost:8080

Documentation

// I haven't created documentation yet

About

Provide an API for managing diaries, and emotion notes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages