Simple social media web application powered by Node backend and React frontend
- React(JavaScript,styled components)
- Nodejs
- MySQL database
Create a mysql database according to the schema.
You can use the Xampp server and phpmyadmin
Be sure, you have installed all dependencies and applications to run the project on your computer
Please create a cloudinary account and use the credentials for your images to be uploaded on cloudinary.
You can choose to upload them on your server too.
Clone this repository :
bash
git clone [email protected]:allenarduino/merllon_social.git
To Run Node Server:
bash
cd Server
npm install
nodemon server.js
To Run The Frontend:
bash
cd Client
npm install
npm start