Skip to content
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.

Latest commit

 

History

History
39 lines (32 loc) · 1.06 KB

README.md

File metadata and controls

39 lines (32 loc) · 1.06 KB

ZiMS Edu

Discord GitHub CI

Project Heirarchy

|- root
|---- web
|---- core
|---- README.md
|---- CONTRIBUTING.md

Branches

  • main - development branch
  • release - release branch

Build and Deployment Servers

  • Local Development Server
  • Staging Server
  • Production Server

Testing in prod is strictly forbidden

Technology stack

  • ReactJS - Frontend
  • Node Express - Rest API
  • Postgres - Database
  • Jest - Testing
  • Selenium - GUI Testing Automation (E2E testing)

Continuous Integration and Continuous Deployment

  • Netlify - Static frontend deployment (Migrate to heroku for Server Side Rendering when migrating to NextJS)
  • Heroku - Postgres and Node Express REST API deployment

Contributing

Please refer to CONTRIBUTING.md for contribution guidlines.

License

MIT License