affkoul / blog-post-react-nodejs

ReactJS Front-end and NodeJS Back-end Blog Post Web App.

Home Page:https://hlwsdtech.com/elearn

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

blog-post-react-nodejs

ReactJS frontend and NodeJS backend Blog Post web app.

  1. Clone the repository code.

  2. Run npm install.

  3. cd to Backend directory and run npm install too.

  4. cd to db directory, open db.js and make sure const url is your mongo uri.

  5. cd back to Backend directory, open app.js and make sure cert and key point to your server's cert and key. Then run node app.js to launch the back-end.

  6. cd back to repository code directory, open index.js, make sure BACK_END_TEST_URL is your back-end API url end point "test" like so "url/test", and BASE_URL is your back-end API url end point "api" like so "url/api". Then run npm run start to launch the front-end.

  7. Enjoy the app.

In Action

GAC Logo

Blog Post PaaS Provided by GAC DEV

Blog Post PaaS

About

ReactJS Front-end and NodeJS Back-end Blog Post Web App.

https://hlwsdtech.com/elearn

License:MIT License


Languages

Language:JavaScript 84.0%Language:CSS 11.1%Language:HTML 4.9%