/critiQ

Primary LanguageJavaScript

alt text

Making your first draft your last.

The first ever community based free peer to peer document reviewer.

Database Setup

In postgres, create a database called "critiq."

In the config folder, create a file named config.json. Copy the contents of the configDemo.json file, and paste it onto the config.json file you created.

Change the "username" fields in the config.json file. Your username should be your database username.

Start

After you complete the database Setup:

Navigate to the project in your terminal.

To install dependencies: npm install

To start: npm start

By default the local host will be localhost:5555

Seeding

To seed, run the command npm run seed

alt text

alt text

Team

Jonathan Wu Ruben Gil Nasita Haque Carlos Martinez
Jonathan Wu Ruben Gil Nasita Haque Carlos Martinez

Acknowledgements