Git Product home page Git Product logo

hireeasycilent's Introduction

#1 Register as a new user: url: localhost:3005/register request: POST

#2 Login: url: localhost:3005/register request: POST

#3 Update User Information url: localhost:3005/update request: POST

#4 Read Current User Information url: localhost:3005/user request: GET

#5 Read Current User Information url: localhost:3005/userlist request: GET

#6 Read Current User Information url: localhost:3005/msglist request: GET

git comand

1). create a local git repo
    Create .gitignore configuration
    git init
    git add *
    git commit -m "xxx"
2). create github remote repo
    New Repository
    
3). push local repo to remote repo
    git remote add origin  ****
    git push origin master

4). push local repo update
    git add *
    git commit -m "xxx"
    git push origin master

5). pull the latest remote git repo
        git pull origin master
        
6). clone github repo
    git clone *****

how to run the project

1) check your mongdb has been set up;
2) go to server repo foler to start the server side
	start a Terminal under the server folder;
	npm install
	npm start
3)  go to client repo foler to start the client side
	start a Terminal under the client folder;
	npm install
	npm start

#1 Register as a new user: url: localhost:3005/register request: POST

#2 Login: url: localhost:3005/login request: POST

#3 Update User Information url: localhost:3005/update request: POST

#4 Read Current User Information url: localhost:3005/user request: GET

#5 Read All Current Users Information url: localhost:3005/userlist request: GET

#6 Read current user's msg list url: localhost:3005/msglist request: GET

git command

1). create a local git repo
    Create .gitignore configuration
    git init
    git add *
    git commit -m "xxx"
2). create github remote repo
    New Repository
    
3). push local repo to remote repo
    git remote add origin  ****
    git push origin master

4). push local repo update
    git add *
    git commit -m "xxx"
    git push origin master

5). pull the latest remote git repo
        git pull origin master
        
6). clone github repo
    git clone *****

how to run the project

1) check your mongdb has been set up;
2) go to server repo foler to start the server side
	start a Terminal under the server folder;
	npm install
	npm start
3)  go to client repo foler to start the client side
	start a Terminal under the client folder;
	npm install
	npm start

local server: "http://localhost:4000" Cloud server: "https://hireeasy-server.herokuapp.com"

How to Set Up a google map project and Get Google API key?

https://developers.google.com/maps/gmp-get-started#create-project

  • follow the steps and get the google api key which applied in the project
  • use the Google API Key to replace the apikey value in jobGeoMap.jsx, GoogleMap.jsx and Map.jsx

hireeasycilent's People

Contributors

leonard-lu-repo avatar foxpeer avatar lipingwucs 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.