This is a Portfolio project deployed on my website.
Install the dependencies:
npm installThen run the development server:
npm run dev
# or
yarn devLogin with GoogleOAuthCredentials.
DataBase with MongoDBAtlas.
JWT and bcrypt to authenticate and encode sensitive info.
Express to control the routes.
Axios to get the API requests from the backend.