Storytelling is a Full Stack Blog. This stack includes - React, Node, Bootstrap, MySQL Server, Netlify, Heroku and ClearDB.
Explore the docs »
View Demo
·
Report Bug
·
Request Feature
Table of Contents
To get a local copy of your client up and running follow the steps below.
-
Clone the repo
git clone https://github.com/dontrellthedeveloper/react-node-sql-blog.git
-
Go to the client folder
cd client
-
Install NPM packages
npm install --legacy-peer-deps
-
Enter values in
.env
fileDEVELOPMENT_URL="http://localhost:3001"
To get a local copy of your server up and running follow the steps below
-
Create a SQL server database. Try using MySQL Workbench.
-
Clone the repo
git clone https://github.com/dontrellthedeveloper/react-node-sql-blog.git
-
Go to the server folder
cd server
-
Install NPM packages
npm install
-
Enter values in
.env
fileSQL_SERVER_USER='{put your SQL server username}' SQL_SERVER_HOST='{put your SQL server host}' SQL_SERVER_PASSWORD='{put your SQL server password}' SQL_SERVER_DB='{put your SQL server database}'
You can sign up using a username and password. After signing up, you can fully interact with the application by liking posts and commenting on posts.
As a user, you also have the ability to create a post. You can get comments from other users on your posts.
For more examples, please go to the application
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Dontrell Washington - @dontrellthedev_ - dontrellthedeveloper@gmail.com
Project Link: https://github.com/dontrellthedeveloper/react-node-sql-blog