A cloud application where users can create, edit and delete wishes.
-
Node.js (Typescript)
-
Azure functions
-
React (Next.js)
-
Jest for testing
-
Fork and Clone this repo
git clone https://github.com/Kaytbode/wishlist.git. -
cdinto the project directory. -
cdinto the WishListBackend directory. -
Run
npm install. -
While still in the same directory, run
npm start:host. -
In another terminal,
cdinto wishlist-frontend directory. -
Run
npm install. -
Run
npm run dev. -
Navigate to
localhost:3000using your browser to view the application.