{"id":26341573,"url":"https://github.com/kbrdn1/myhackount","last_synced_at":"2026-04-10T03:57:29.274Z","repository":{"id":139172235,"uuid":"519871603","full_name":"kbrdn1/MyHackount","owner":"kbrdn1","description":"This is my first MERN project. It is a social network made with Nodes.js to create an API with MongoDB and Express then React.js to create the interface of the app.","archived":false,"fork":false,"pushed_at":"2023-12-15T08:38:49.000Z","size":7863,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2023-12-15T09:42:38.130Z","etag":null,"topics":["crud","express","expressjs","jwt","mern-stack","mongodb","mongoose","nodejs","react","redux","sass","social-network"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kbrdn1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2022-07-31T19:42:00.000Z","updated_at":"2023-03-22T00:54:47.000Z","dependencies_parsed_at":"2023-12-15T09:45:48.054Z","dependency_job_id":null,"html_url":"https://github.com/kbrdn1/MyHackount","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrdn1%2FMyHackount","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrdn1%2FMyHackount/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrdn1%2FMyHackount/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kbrdn1%2FMyHackount/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kbrdn1","download_url":"https://codeload.github.com/kbrdn1/MyHackount/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243826788,"owners_count":20354220,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crud","express","expressjs","jwt","mern-stack","mongodb","mongoose","nodejs","react","redux","sass","social-network"],"created_at":"2025-03-16T04:30:41.873Z","updated_at":"2025-12-30T19:03:51.932Z","avatar_url":"https://github.com/kbrdn1.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MyHackount - MERN Project\n\u003cimg alt=\"img\" width=\"300px\" src=\"https://kbrdn.dev/projects/myhackount/myhackount-hero.png\" /\u003e\n\n## Introduction\n\nThis is my first MERN project. It is a social network made with Nodes.js to create an API with MongoDB and Express then React.js to create the interface of the app.\n\n## Technologies used within this project\n### Backend: \n- NodeJS\n- MongoDB\n- Express\n- JWT\n\n### Frontend\n- ReactJS\n- SASS\n- Redux\n\n## Project setup\n### Backend:\n#### Environment variable\n```sh\n# ./config/.env\nPORT=     # enter the API port (by default is 5000)\nAPP_URL=http://localhost:3000\nDB_USER_PASS=\u003cusername\u003e:\u003cpassword\u003e\nTOKEN_SECRET=     # enter a random secret token (exemple: \"63e45d11c84d424\")\n```\n#### Connect database\n```javascript\n// ./config/db.js\n/*\nadd your path URL to connect at your Mongo DataBase\nfor exemple :\n*/ \n\"mongodb+srv://\" + process.env.DB_USER_PASS +\"@cluster0.t023j84.mongodb.net/{dbname}\"\n// or\n\"mongodb://localhost:27017/{dbname}\"\n```\n### Frontend\n#### Environment variable\n```sh\n# ./app/.env\nREACT_APP_API_URL=http://localhost:\u003cAPI port\u003e\n```\nGo to the folder ```data``` and adding the ```post.json``` and ```users.json``` to Mongo DataBase.\n\n## Run App\n### Backend\n```sh\n# ./(root_dir)\nnpm i\nnpm start\n```\n### Frontend\n```sh\ncd app\n# ./app\nnpm i\nnpm start\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbrdn1%2Fmyhackount","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkbrdn1%2Fmyhackount","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkbrdn1%2Fmyhackount/lists"}