Penn LFG!
Overview: Penn LFG is a post based app where users can put up and interact with listings for group members whether it be for a course project, class homework assignment, or other course/study-related requests.
Features:
- Log in: Users can log in of their accounts using their correct credentials
- Register: Users can register a new account by providing their desired credentials
- Post Creation: Users can create posts that will appear on their feed
How to view:
- Visit the deployed app on Heroku
How to run:
Backend:
- cd into backend
- to run the server:
- npm install
- npm start
Frontend:
- cd into frontend
- to run the server:
- npm install
- npm start