Skip to content

Releases: anthonyliuhao/cs361_group_project

Production Release

04 Dec 04:21
a759f6f
Compare
Choose a tag to compare

This is our production release to wrap up CS 361.

Setup

Requirements

The project is known to work with the following setup.

  • Node.js v12.19.0 (run $ node --version to check)
  • npm 6.14.8 (run $ npm --version to check)

Run the app

  1. Run $ npm install to install the dependency modules
  2. Run $ node main.js to start the app
  3. Visit http://localhost:3000/ and you should see the home page.

Set up a local Postgres database for testing

  1. Install Postgres and start your local Postgres instance.
  2. Create a local database called ethical_eating by running $ createdb --encoding=UTF8 -h localhost -p 5432 ethical_eating.
  3. Import the sample SQL data definition file $ psql -h localhost -d ethical_eating -f /your/path/to/data_definition_postgres.sql.

v0.2 Sprint 4

23 Nov 05:11
65c8f21
Compare
Choose a tag to compare
v0.2 Sprint 4 Pre-release
Pre-release

This release contains all the work we have done up to Sprint 4.

v0.1

09 Nov 02:35
2ad5f76
Compare
Choose a tag to compare
v0.1 Pre-release
Pre-release

This is the release with our work from the first three sprints.