If you want to take a look on all screens of the App, they are here.
The idea of the App is:
"Recreate the Product Hunt interface as applying new knowledge as a way of learning".
This project is part of my personal portfolio, so, I'll be happy if you could provide me any feedback about the project, code, structure or anything that you can report that could make me a better developer!
Email-me: [email protected]
Connect with me at LinkedIn.
Also, you can use this Project as you wish, be for study, be for make improvements or earn money with it!
It's free!
- There's no functionality of Login/Register.
- Run backend is required
- Run MongoDB is required
- To make your application run smoothly, install the docker container and the docker-compose orchestrator
- I chose to use docker-compose in order to minimize application execution failures, if you choose not to use it, you will have to have a url from a mongo bank, and set it in *backend/src/index.js[mongoose.connect (" URL ")]
Cloning the Repository
$ git clone https://github.com/YagoLopes/jshunt
$ cd jshunt
Installing dependencies
$ cd frontend
$ yarn
and
$ cd ../backend
$ yarn
With all dependencies installed and the environment properly configured, you can now run the app:
Install Docker here
Install Docker Compose here
Run
$ docker-compose up --build
Front-end port: http://localhost:3000 Back-end port: http://localhost:4000 Database port: http://localhost:27017
You can send how many PR's do you want, I'll be glad to analyse and accept them! And if you have any question about the project...
Email-me: [email protected]
Connect with me at LinkedIn
Thank you!
This project is licensed under the MIT License - see the LICENSE.md file for details