Skip to content

VernonRoche/Crypto-Dev-Web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

135 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cryptohub

Cryptohub is a simple, easy to use cryptocurrency price tracker. It is built using the CoinGecko API and Vue. This is a student project and is not intended for production use, for the Developpement Web course at the University of Bordeaux.

User Interface

In order to download and run the project, you will need to have Node.js installed on your computer. After cloning the repository, you will need to install the dependencies using the following command while in the root folder of the project:

For the frontend:

cd frontend
npm install

For the backend:

cd backend
npm install

In order to run the project, you will need to run the following commands in two different terminals:

For the frontend:

cd frontend
npm run dev

For the backend:

cd backend
npm run dev

To run Docker-compose :

docker-compose build

and

docker-compose up

About

This is an awesome SPA app

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors