Skip to content

giangth2310/freezik

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FREEZIK

preview

Tech used

  • ReactJS
  • NodeJS

Installation

Clone the repo:

$ git clone https://github.com/giangth2310/freezik.git

To run server, go to backend folder:

$ cd /freezik/backend

Install dependencies, start the server:

$ npm install
$ npm start

Server run on port 5000

To run client, go to fronted folder:

$ cd /freezik/front

Install dependencies and start client:

$ npm install
$ npm start

Client run on port 3000

Tests

To run the test suite, first install the dependencies, then run npm test:

$ npm install
$ npm test

Contribute

  • Dinh Van Giang
  • Truong Hoang Giang

Contact

License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published