ebtayara / fetchThis

Remember The Milk clone. Instead of a general list, it hones in on lists/tasks for our amazing pets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to fetchThis!

by Alexandra Bouillon, Eddy Kim, Sylvia Onwuana, Ebrahim Tayara

fetchThis, a Remember the Milk clone, is a media application that allows users to store detailed tasks that can be viewed, updated, and deleted.

Screen Shot 2021-08-15 at 10 17 24 PM

Built With

The project was built utilizing the following technologies:

Getting started

  1. Clone this repository

    git clone https://github.com/ebtayara/fetchThis.git
  2. Create the database and limited access database user;

  3. Create a .env file based on the env.example example with the proper settings for your development environment

  4. Install the project's dependencies:

    npm install
    
  5. Use the Sequelize CLI to apply the provided database migrations and seeder.

  6. Now you can start and test the application!:

    npm start
    

Contact

Project Link: https://github.com/ebtayara/fetchThis

Acknowledgements

About

Remember The Milk clone. Instead of a general list, it hones in on lists/tasks for our amazing pets.


Languages

Language:JavaScript 53.3%Language:Pug 30.3%Language:CSS 16.3%