A message app that enables users to input name and message.
To solidify concepts of Routes, Controllers, Views
in Express, and PostgreSQL.
Developers, users, and non-developers.
Note
Users can install all dependencies using package.json
file via:
npm install
Invert
File | Description |
---|---|
controllers/* |
Functions that handle routes. |
src/index.js |
The main JavaScript entry point that bundling begins. |
db/* |
Database files. |
view/* |
EJS files. |
Procfile |
Config for Koyeb. |
app.js |
Index app. |
package* |
Contains details of project and dependencies versions. |
readme-assets/* |
Live demo and different screen views used in README.md . |
Invert
File | Description |
---|
Invert
- Enable editing
- Add profile pic