Refactored the services to use async/await and destructuring instead of new Promise.
Created an index.js file in the services folder to set the baseURL (environment variables should be set later on), interceptors and other Axios configuration variables.
Created the .gitignore file in both server and client (only node_modules there for now).
new Promise
.