This repository contains the source code for the backend of the web application for Her Future Coalition.
- Clone this repository.
git clone https://github.com/ChangePlusPlusVandy/hfc-backend.git
- Navigate to the project directory.
cd hfc-backend
- Install the Node dependencies.
npm install
- Start the development server.
npm start
- Navigate to http://localhost:3000 in your browser.