This repository contains old / outdated projects from their main repository
Version | Notes |
---|---|
v1.0 | Forked project from Galax028 and added few basic features. |
v2.0 | Rebuilt timetables from the ground up with a fresh new look to Timetables with the Azalea Design language |
v2.1 | Made the Landing page, added the simple modal and configuration bar |
v3.0 > Present | In main respository |
To Timetables Respository Click Here
Version | Notes |
---|---|
v1.0 | All basic API features. & Error Handling |
v2.0 | Validation Features |
v3.0 | SS Account support and polished system13's API endpoints + expenses project. |
v4.0 | SS Timetables 2.0 Features |
v4.6 | Modal from backend system & Re-wrriten for better optimization |
v5.0 > Present | In main respository |
To SS APIs Respository Click Here
Version | Notes |
---|---|
Alpha | CLI writen in python |
Beta | User interface written in javascript |
Experimental | Expermenting with a modern look |
v1.0 | Rebuilt System13 with a new look |
v2.0 | Refined the design |
v2.0 (Node) | Converted app into nodeJS |
v3.0 > Present | In main respository |
To System 13 Respository Click Here
Version |
---|
Experimental |
1.0 |
2.0 |
See for your self we can't explain
To Portals Respository Click Here
Simply clone this repository and you can now view legacy projects.
- Install the node packages
> npm install # or > yarn install
- Start the react project and compile scss
> npm start > npm run sass # or > yarn start > yarn run sass
- Install the node packages
> npm install # or > yarn install
- Start the project
> npm start # or > yarn start
Note:
you can change the port that the server's running on at
./src/app.ts
or./app.js
app.listen(8000); ^^^^ Change This
you can change it to any port avaliable