A React based website for shopping. A static website build with React.js to build up skills in React UI. It also has a backend API created with Node.js and Express.js with MongoDB as a database.
- React for front end
- MongoDB as database
- Express for API development
- Clone this repository into your local computer.
- Make sure you have node installed.
- Run following command to install packages in frontend/.
npm install
- Run following command to install packages in backend/.
npm install
- Start MongoDB server for database.
- Start backend server with following command
npm start
- Start frontend react server with the same command
npm start
- You should see the Landing page once the server is started.
- This will create notes database in your MongoDB.
Follow me on LinkedIn Thanks, Happy Coding!