Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/danmuck/the_cookie_jar

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/danmuck/the_cookie_jar

  • v0.0.0-20241109173137-e620a807bf25
  • Source
  • Go
  • Socket score

Version published
Created
Source

CSE 312 Group Project

Description

A Learning Management System (LMS) designed to have ease-of-use and basic professor/student interactions.

Running the Server

  1. Clone this repo, go to branch of choice (main is production, dev is close to production).
  2. Create an environment file [.env] in root directory with contents:
MONGODB_URI=mongodb://database:27017/
DB_NAME=the_cookie_jar
  1. Run server with Docker from base directory with command docker compose up --build --force-recreate and expect:
cookie_lms  | Checking availability of database:27017
cookie_lms  | ...
cookie_lms  | Host database:27017 is now available
cookie_lms  | ...
cookie_lms  | -----------------------------------
cookie_lms  | the_cookie_jar server is running...
cookie_lms  | -----------------------------------
cookie_lms  | ...
  1. You may now go to http://localhost:8080/ on your webbrowser and interact with the server.

Folder Layout

FolderDescription
cmdApplications that make use of pkg libraries.
docsAny documentation related to the project.
pkgOur libraries used in the project.
publicFiles to send to clients based on requests (i.e. the webpage, CSS, etc.)

Note: main.go is the only application not located in cmd folder, this is because it is the main server application that is expected to interact with clients for production purposes.

FAQs

Package last updated on 09 Nov 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc