Git Product home page Git Product logo

candyhouse's Introduction

CandyHouse (Reactjs, Typescript, Golang, MongoDb)

This Project is a clone of Honeypot (only candidate profile section). Honeypot is developer-focused job platform.

This project is developed using Reactjs, Typescript, Golang and MongoDb for learning purpose only.

Project Goals

Technologies are used

Run Golang Server

  • Step 1: Create a free MongoDb database at https://www.mongodb.com/cloud/atlas
  • Step 2: create a .env file at root directory of server (golang-server) with below variables. (Please change database configurations)
SERVER_PORT=':3200'
DB_CONNECTION_STRING='mongodb+srv://xxxxxxxx.mongodb.net/candyHouse?retryWrites=true&w=majority'
DB_NAME='candyHouse'
IN_MEMORY_MONGO_DB_PATH='F:\inMemoryMongoDb4.2.8\bin\mongod.exe'
TOKEN_KEY='Your_Auth_Token_Encryption_KEY'
  • Step 3: go get
  • Step 4: go run main.go

Run Reactjs Client

  • Step 1: create a .env file at root directory of client (reactjs-client) with below variables.
REACT_APP_API_BASE=http://127.0.0.1:3200
  • Step 2: npm install
  • Step 3: npm start

Golang Server Directory Structure

.
|-- controllers
|-- middlewares
|-- models
|   |-- entity
|   `-- viewmodels
|-- profilepic
|-- repository
|   `-- db
|-- routers
|-- service
|-- test
`-- utils

Reactjs Client Directory Structure

.
|-- public
`-- src
    |-- common
    |-- features
    |   |-- home
    |   |   `-- components
    |   |-- login
    |   |-- profile
    |   |   |-- defaultValues
    |   |   |-- edit
    |   |   |   `-- components
    |   |   `-- view
    |   |       `-- components
    |   `-- register
    |       `-- components
    |           `-- TalentRegister
    |-- helpers
    `-- layouts

Enjoy!! ๐Ÿ˜Š

candyhouse's People

Contributors

biswajitpanday avatar shuvo009 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.