TO SETUP, RUN, AND TEST UNDER DEVELOPMENT:
- Pull from the Github repo: https://github.com/BrianJohnsonJr/Software_Development_Projects
- Download NodeJS on your local machine (LTS version) at this link: https://nodejs.org/en
- In the installation wizard, be sure to check the box to install Chocolatey, etc
- Create an account for MongoDB and inquire with Will for connection to the database
- Download the following extensions (VS Code) (recommended for ease of writing code):
- ES7 + React/Redux... by dsznajder
- Prettier
- ESLint
- Express Snippets
- Node.js Modules Intellisense
- REST Client
- These next steps will ensure that all dependencies are installed in the proper locations
- Change directory to the project "Software Development Projects" (if not already there)
- Change directory to frontend, then run "npm i" to install all dependencies
- Go back to the project directory, then cd into backend, then run "npm i" again
- Go back to the project directory, and run "npm i" again
- Run "npm run dev" to run both the frontend and backend concurrently