This web application helps you publish your blogs and articles, and was developed using React.js, Node.js and MySQL.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
What things you need to install for running this application
Node.js
MySQL
Node.js package manager (npm)
Clone this project and open with Visual Studio Code (preferred) or any text editor
git clone https://github.com/dipudl/artifeed.git
Go to 'backend' folder and install the required Node.js dependencies (using npm package manager for example)
npm i
Start the node.js server (currently at port 8000)
node server.js
Go to 'frontend' folder and install all required Node.js dependencies (using npm package manager for example)
npm i
Start React.js frontend application
npm start
- Node.js - For programming this server
- React.js - Frontend web development library
- npm - Package Manager
All the helpful pull requests will be accepted.
This project is licensed under the MIT License - see the LICENSE file for details