This is a Wallpaper App developed using React Js and nodejs . Redux and React-Redux is used for state management.
To start the nodejs rest api on your system , type following by opening terminal from node-rest-shop folder :
- npm install
- npm start
Nodejs APi has following routes :
-
http://localhost:4000/users/login/ ..POST body : { "email: " " , "password": " " }
-
http://localhost:4000/users/signup/ ..POST body : { "first_name": " ", "last_name": " ", "phone" : " ", "email" : " ", "password" : " " } profileImage is optional
-
http://localhost:4000/users/:userId ...DELETE
To start the react js front end , type following commands from terminal opened from react-frontend folder
- npm install
- npm start