Skip to content

rasulsafa/AANTS

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AntAlmanac Notification Transmission System - Currently underproduction

AntAlmanac Notification Transmition System (AANTS) is a tool to notify AntAlmanac users when a course either opens, waitlisted, or cancelled.

NOTE: out of date, moving from mongo to dynamodb

Add more details here

API Access

Add API details here

Installation and setup

Requirements

  • MongoDB
  • Python 3.7 (other versions unsupported)
  • Linux System

NOTE: Other versions of python may work but have not been tested. AANTS may also work on other operating systems but was developed, tested, and intended for running on linux. Other operating systems are not supported.

Install MongoDB

sudo apt update

sudo apt install -y mongodb

Gather information for your database with

mongo --eval 'db.runCommand({ connectionStatus : 1 })'

Useful commands

sudo systemctl status mongodb

sudo systemctl stop mongodb

sudo systemctl start mongodb

sudo systemctl restart mongodb

Create a python virtual environment

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%