Skip to content

LionRise/CCL2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My repository for the project for the second Creative Codelab

It's a fullstack application that shows CRUD operations and db integration.

How to deploy

  1. Clone the repository
  2. Open the project in an editor of your choice
  3. Run npm install in the terminal
  4. (Optional) Create a /certs folder with your domain certificate ('cert.pem' and 'privkey.pem')
  5. Add Enviroment Variables to .env (db credentials) and change the db url to your db's IP in /services/database.js
  6. Start the server
  7. Open the browser and go to http://localhost or https://localhost
  8. Enjoy the website

What you can do

  • 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published