This is a MERN project deployed on Zeet where you can create your account and perform CRUD operations.
Install the dependencies:
npm install
Then run the development server:
npm run dev
# or
yarn dev
Login 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.