Skip to content

acmucsd-projects/fa2024-hack-team-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

78 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Swipe Style

Table of Contents

  1. Project Overview
  2. Features
  3. Technologies Used
  4. Setup
  5. Summary
  6. Developer Notes

Project Overview

Features

Technologies Used

React NextJS NodeJS Express.js MongoDB

Setup

Requirements

Run the following commands:

  1. Client Side: Install dependencies,

    npm install

    If you get any deprecated warnings, fix them by running:

    npm audit fix

    To start the client, run:

    npm run dev
  2. Setting up MongoDB: Create a .env file with the following environmental variables:

    GOOGLE_CLIENT_ID="your google client id"
    GOOGLE_CLIENT_SECRET="your google client secret"
    GOOGLE_CALLBACK_URL="your google callback url"
    SESSION_SECRET="your session secret"
    MONGO_URI="mongodb://mongodburl.example.com:portnumber"
  3. Server Side: Install dependencies:

    npm install

    If you get any depricated warnings, fixed them by running,

    npm audit fix

    To start the server, run:

    npx tsc 
    npm start

Summary

Developer Notes

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published