Hey guys, how y'all doing? I hope you are well, as you can see this is not a text generated by ChatGPT or other artificial intelligence.
I'm here to show you how I've been storing information like article links, even gmail accounts and other things, the initial motivation for creating it was so that my friend and I could have a platform where we would store our personal information instead to do tricks like sending a dm to a bot on discord like Loritta
You can test it clicking here and watch me using it on youtube.
You: Hey alex the platform is very slow, f*** that.
Me: yoo man chill, lemme explain to you... I'm using a free cloud service, it's render and take a look in this warning message:
You: Oh man, sorry about that, pardon me
Me: Nah, don't worry that's fine, be happy man, life is good
Me: and i made a cron-job to bypass that, but don't tell to nobdy
(PS: no, i'm not schizophrenic. trust me)
lets go buddy, firstly make sure u have the follow softwares installed Maven, JDK 17 and NodeJS, after that lets make it work
1 - git clone the repo
git clone https://github.com/alexfrocha/rollback.git
2 - install packages
cd ./client
npm install
3 - setting up .env variables
// server-side [./server/.env]
MONGODB_URI="your.mongodb-url.com/database-name"
// client-side [./client/.env]
REACT_APP_API_URL="your back-end url" //for example: http://localhost:8080, but dont put the final "/", remove that
4 - run project
// for client-side
cd ./client
npm start
// for server-side
cd ./server
mvn spring-boot:run
5 - gimme a star 😃