Skip to content

A backend service made with Go to handle log in, sign up, jwt authentication, events crud operations, etc.

Notifications You must be signed in to change notification settings

Sebas3270/calendar-app-backend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Calendar App Backend

A backend service made with Fiber to manage accounts, jwt authentications, events crud, and serving a react app in the public folder.

Note: If you would like to change the front end app, just upload the build of your application in ./public folder.

Instalation

  1. Clone this project
  2. Copy .env.template file and rename it to .env
  3. Create a mongo database and get the connection url
  4. Change env mongo database url for the one you just created
  5. Run the project with command:
go run .

Frontend

This backend runs the build version of this front-end project, if you would like to change something in the ui or ux, use the link to go the complete react app, there you can change everything you want, just don't forget to run the build again and change in public folder.

About

A backend service made with Go to handle log in, sign up, jwt authentication, events crud operations, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published