|- root
|---- web
|---- core
|---- README.md
|---- CONTRIBUTING.md
- main - development branch
- release - release branch
- Local Development Server
- Staging Server
- Production Server
Testing in prod is strictly forbidden
- ReactJS - Frontend
- Node Express - Rest API
- Postgres - Database
- Jest - Testing
- Selenium - GUI Testing Automation (E2E testing)
- Netlify - Static frontend deployment (Migrate to heroku for Server Side Rendering when migrating to NextJS)
- Heroku - Postgres and Node Express REST API deployment
Please refer to CONTRIBUTING.md for contribution guidlines.
MIT License