Skip to content

A web application for IT interview, implemented with React, Node and MongoDB.

Notifications You must be signed in to change notification settings

Weitian-Wang/TechieHR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

96 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TechieHR

Deployment

1. Check the environments. Make sure git, docker and docker compose plugin are installed.

$ git -v
$ docker -v
$ docker compose version

2. Clone the git repository of TechieHR.

$ git clone https://github.com/Weitian-Wang/TechieHR.git

3. Enter the root directory of TechieHR.

$ cd TechieHR

4. Build the docker containers using docker-compose. You may need root permission to run docker.

$ docker compose up

5. TechieHR is now accessible on http://localhost:3000.

About

A web application for IT interview, implemented with React, Node and MongoDB.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published