It's a fullstack application that shows CRUD operations and db integration.
- Clone the repository
- Open the project in an editor of your choice
- Run
npm installin the terminal - (Optional) Create a /certs folder with your domain certificate ('cert.pem' and 'privkey.pem')
- Add Enviroment Variables to .env (db credentials) and change the db url to your db's IP in /services/database.js
- Start the server
- Open the browser and go to http://localhost or https://localhost
- Enjoy the website
- Create a new account
- Login with your account
- Edit your profile
- Delete your account
- Logout
- Create a new product
- Edit your product
- Delete your product
- Join a chat room
- Create a display name
- Send messages in a chat room of your choice