This folder contains our complete full-stack Q&A application.
This portion of the repository includes the Mongo database and stitches together the front-end, back-end, and database.
- Start the database and run some test queries using the MONGO_DB_QUICKSTART guide.
- Update the back-end to connect to the database. Test using Postman.
- Update the front-end to connect to the API using Redux Thunks to make requests to the new back-end.
- Once you have your code running locally. Follow the RUN_ON_EC2.md guide to deploy to EC2.