- You can visit the deployed app expense-cracker.herokuapp.com
- The revised project proposal can also be found in docs/CCAPDEV Project Proposal
- Go, Eldrich
- Opalla, Rijan
- Oquias, Sophia
To run locally:
- Fork this repository (or skip to step 2 and clone right away)
- Clone the forked repository
git clone <link to your forked repository>
- Navigate to the directory
cd CCAPDEV_MP
- Install all dependencies in
package.json
npm install
- Run the server using the script defined as
npm run server
- Open http://localhost:3000 on your browser to open the app
Note: .env file was included in repository to aid local setup of app using node
Sample data for the app can be accessed through these account credentials
- username:
mrkrabs
- password:
secretformula
- express
- mongodb
- mongoose
- express-handlebars
- express-session
- connect-mongo
- express-validator
- connect-flash
- nodemon
- bcrypt
- dotenv