This is a webpage where we can add our posts. This project was bootstrapped with Create React App.
Visual Studio Code (source-code editor)
Node.js
HTML
CSS
Git
##Scripts In this directory You can run:
This will install the packages required for the application to work.We have to run this command on both server and client.
This will clone repository to our machine.
Use this command by going to both sever and client folders to start them.
Open http://localhost:3000 to view frontend part it in the browser.
The page will reload if you make edits.\
Open http://localhost:9000 to view backend part in the browser.
Frontend This directory contains all the required code for frontend or client part. There are two main files landing page and postPage where landing page is first page of site and postPage is Where we will see our uploaded posts
Backend This directory contains all the required code for backend. Which is bootsraped with express.js