Skip to content

A website created as part of TDT4140 - Software Engineering [4. semester, spring 2021]

Notifications You must be signed in to change notification settings

AdrianAndersen/sellpoint-webapp

Repository files navigation

SellPoint-Webapp

This is a Next.js project bootstrapped with create-next-app.

Getting Started

# Install required packages
$ yarn

# Run the development server
$ yarn dev

The dev server starts on http://localhost:3000

Required Environment Variables (Put these in a .env file)

  • NEXT_PUBLIC_GOOGLE_MAPS_API_KEY: To enable Google Maps integration
  • DATABASE_URL: A URL to the Postgres Database you want to use

Code formatting

Use the following commands to ensure your code meets our coding standards:

$ yarn prettier
$ yarn lint

About
prettier - JS code formatter
eslint - Find common JS problems

Deployment

When changes are merged into the master branch, the application is automatically deployed to Vercel:

Production site: https://sellpoint-webapp.vercel.app/