By Nicolas Ott, Nicholas Winsen, Anthony Micco, Tien Hoang, Ethan Slick
To have the project fully functioning, the backend and frontend must be running at the same time.
##Back-end Installing packages: run pip install -r requirements.txt Running backend: uvicorn main:app --reload
##Front-end
cd into the aslingo folder. Then,
npm install
to install required packages. then, run the command
npm start
Then, the front end should be running.