An application built with ReactJS and NodeJS + Express + MongoDB (Atlas). The purpose of this app is learn how to consume data of an extern API, capture and store them into an online database.
- Git
- Yarn: see yarn website for installation instructions
- Node: any 12.x version starting with 12.0 or greater
- A fork of this repo
- ReactJS: see ReactJS.org for installation in your local machine
- cd Git_Network/frontend/git_network to go to the frontend directory.
- run yarn to install the npm dependencies
- cd Git_Network/backend/ to go to the backend root directory.
- run npm install to install Node dependencies.
- Inside Git_Network/frontend/git_network directory, run yarn start to start the development server. After, automatically a web page will opened in your browser.
- In the backend's root directory (Git_Network/backend/), run npm run dev to start the backend server.
I will really enjoy if you fork my repository, make pull requests and give me tips about how I can improve my software engineering skills.