# README
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
- Clone this project
- Copy .env.template file and rename it to .env
- Create a mongo database and get the connection url
- Change env mongo database url for the one you just created
- 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.
# Packages
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author