Team Project with Matthew Satterwhite, Steve Correa, Cody Lavene, and Justin Chau.
Udderly Forgetful is a clone of the to-do list app Remember the Milk
- Clone this repository
git clone [email protected]:codylavene/udderly_forgetful.git
- Install dependencies
npm install
-
Create a .env file based on the .env.example given
-
Setup your username and database based on what you setup in your .env
-
Migrate and Seed models
npx dotenv sequelize db:migrate && npx dotenv sequelize db:seed:all
- Start the app using:
npm start
You can use the Demo user or create an account
Landing Page
Users can login or sign up or use Demo User.
Users Can Add a task.
Users can add a List