Skip to content

yaldaafshar/teamwork

Repository files navigation

cpsc671-hw-problem9

Requirments

  1. Node.js and npm
  2. Yarn
  3. A MongoDB Service (Either localhost or on the web)

How to run

  1. execute "yarn install"
  2. Create a .env file and setup all the environment variables listed in .env.txt. An example would be like this:

PORT=3000

MONGO_URL=mongodb://localhost:27017 (if you have the mongo docker container running on your local system, if not connect to a remote server)

MONGO_DB=cpsc_671_hw_problem9

NODE_ENV=development

APP_NAME=CSPC-671-HW-Problem9

TOKEN_KEY=D65DB9BDFF3ED4A244CFCB79D6E93

TOKEN_EXP=2h

SAMPLE_AVATAR_URL=sample_images/sample_avatar.jpg

NO_IMAGE_URL=sample_images/no_image.jpg

  1. execute "yarn dev"

Images

SIGN IN PAGE

signIn

CREATE A SERVICE PAGE

create

Sort Based on Service Type

Sort

Review a Service

Review

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages