Environment Setup
Follow these steps to ensure you have the proper setup to start working on the project.
Things to Download and Install
You will want to download and install all of these things to begin.
- VS Code
- NodeJS
- Git:
- Download for Mac
- Download for Windows
- Make sure to include Git Bash in this
Running the Project
There are a few basic steps you'll want to follow to get the project up and running.
- Create a GitHub account
- Clone the Friendpardy repository locally
- Click the green "Code" dropdown button and copy the "HTTPS" URL
- In VS Code, press
Ctrl
+Shift
+p
and enter "Git: Clone" - Select a folder, then open the folder
- Follow the instructions on the GitHub Repository README
- Make a back-end/.env file and a front-end/.env file
- Run the back-end and the front-end projects
Once everything is up and running, you should be able to see the app locally.
Next Steps: Your Own Database
After the database code has been setup, it will be necessary to create a database using MongoDB Atlas. Follow these instructions to get that working.