- Developed with React Js to create a dynamic, interactive, and responsive user interface.
- Check out the Restore Photos Frontend Repository for the frontend code.
- Implemented using Node.js and Express.js for seamless API integration and efficient database operations.
- Check out the Backend Repository for the server-side code.
The project has the following structure:
/node_modules # Node.js modules
.gitignore # Git ignore file
package.json # Node.js dependencies and scripts
server.js # Entry point for the server
Follow these steps to get the backend up and running:
-
Clone this repository:
git clone https://github.com/bhargavtenali/restore_back.git
-
Install Dependencies:
yarn
-
Start Server:
yarn start
The server will start on http://localhost:8080.