Skip to content

remde/gardn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

You can see the project in its current state in this link: 161.35.136.196.

Gardn is an anonymous web message app based on React (Javascript, HTML, CSS, Node.js) made by Fernando Remde and Bruno Moraes. It's deployed to our Linux remote server using nginx for the front-end and pm2 for the back-end. The server and client have been containerized using Docker.
To start it in development mode, run the client with:

npm start

And the server with:

node server.js

Open http://localhost:3000 to view it in the browser. You might need Docker or manually install the dependencies with npm i both for client and server.


About

web message app based on react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published