Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 1.85 KB

README.md

File metadata and controls

51 lines (39 loc) · 1.85 KB

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