https://github.com/stuyspec/cms-rewrite
A new rewrite of the CMS
https://github.com/stuyspec/cms-rewrite
Last synced: about 2 months ago
JSON representation
A new rewrite of the CMS
- Host: GitHub
- URL: https://github.com/stuyspec/cms-rewrite
- Owner: stuyspec
- Created: 2021-12-24T20:44:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-12-24T04:01:21.000Z (6 months ago)
- Last Synced: 2025-03-25T08:42:42.785Z (3 months ago)
- Language: TypeScript
- Homepage:
- Size: 987 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CMS rewrite
The CMS that is built for the [Stuyvesant Spectator's redesigned website](https://github.com/stuyspec/stuyspec-rewrite).
## The Frontend
The frontend is a single page application built with React, built for any Spectator member to use.
[Link](https://github.com/stuyspec/cms-rewrite/tree/main/client)
## The Backend
The backend is an express API, built to interact with the database.
[Link](https://github.com/stuyspec/cms-rewrite/tree/main/server)