Skip to content

GLPG35/melodream

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Melodream  Vite TypeScript React Express.js MongoDB

E-commerce app for the sell of music albums, made with Vite, TypeScript, React, Express and MongoDB

(This app is for educational purposes only, made for the CODERHOUSE academy. All the products showed here are not real)

How to run this project

You will need certain requirements:

Now open your favorite terminal and type these commands:

git clone https://github.com/GLPG35/melodream.git
cd melodream
npm i --dev
npm i -g turbo

That will install all the requirements for the project and the dev dependencies such as TypeScript.

Once everything is installed you can:

  • Run in developer mode:

    turbo dev
    
  • Build the project and see the preview:

    turbo start
    

Links

Libraries

This project uses some libraries to function:

License

License

This project is licensed under the terms of the MIT license.