- The Bloggers blog was designed to be used to not only write your own entries but to also manage and add your own subscribers! ` ![See the wireframe below]
-
To run the project go to the server folder in the project (
cd server) and run the commandnpm run dev -
This App two servers already working. Both servers should start simultaneously, or "concurrently", by running
npm run devfrom within the server directory in your terminal. Please note that your backend server will run from port 8080, and your frontend React server will run from port 3003 . -
There is a psql database called (
newcontacts) that holds the subscriber's table and the entries table. Those tables will need to accessed to use the app.
