CodeChorus is a technology forum that provides individuals interested in technology with a platform for the dissemination of software development ideas and the discussion of varying perspectives.
Image | Description |
---|---|
![]() |
Application in use |
At its core, CodeChorus leverages the Model-View-Controller paradigm. It achieves this using the following technologies:
- Node.js
- Express.js
- Sequelize
- Handlebars.js
- BCrypt
To install required packages, run the following command in your local directory upon forking the repository.
`npm i`
To execute the program run the following command in your local directory
`npm run start`
Alternatively
`node server.js`