Using React, Node.js, Express & MongoDB post a post of your own for people to see! User can create accounts and manage posts.
Visit the fully deployed project
Click hereThis is an example of how you may give instructions on setting up your project locally. To get a local copy up and running follow these simple example steps.
This is an example of how to list things you need to use the software and how to install them.
- npm
npm install npm@latest -g
- Clone the repo
git clone https://github.com/vudiep411/blogs-stories-client-deployment.git
- Install NPM packages
npm install
- Run the React Project
npm start
Note:
- This is only the front-end of this project. Create your own server and database of your choice (Node.js, Express.js, Django,... ) to integrate a full-stack application
- React-Google-Login is deprecated visit @react-oauth/google for the newer version
Distributed under the MIT License. See LICENSE.txt
for more information.
Project Link: [https://github.com/vudiep411/blogs-stories-client-deployment]