This program allow a user to register, login and do some actions on themselves and on the locations in a mongoDB database
First you need to create a .env file with a link to your mongoDB database in a variable named 'MONGO_URI' and a key for the token in a variable named 'JWT_SECRET_KEY'
To start the program, run the index.js file and send requests on the 3000 port