/hexawallet_task

CRUD application for user profile created using react native, nodejs and mongodb

Primary LanguageJavaScript

Hexawallet Assignment

By - Sri Bhuvana Vaishnavi Dasika


Demo Link

Task

Frontend: A simple create and view profile page(minimal and modern) in react native that lets you interface with a self-hosted backend.

Backend: Set up endpoints to perform simple CRUD operations to create/read/update/delete profiles of a user.


To run frontend

Step - 1: cd frontend

Step - 2: npm install

Step - 3: npm start


To run backend

Step - 1: cd backend

Step - 2: npm install

Step - 3: npm run dev


To understand further refer to the documentation