Skip to content

LaunchStore is an open online shop made for you, share your products and sell them online!

Notifications You must be signed in to change notification settings

marcelogaldino/launchstore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAUNCHSTORE

LaunchStore is an open online shop made for you, share your products and sell them online!

Lauchstore

GitHub language count Repository size Made by marcelogaldino GitHub last commit License Stargazers

Project   |    Technologies   |    How to use   |    How to contribute   |    License

Project

Launchstore is a project that helps you share your products and sell them online :)

🚀 Technologies

This project was developed with the following technologies:

How To Use

To clone and run this application, you'll need Git (only when using Git CLI), Node.js, Postgres or other SQL Database installed on your computer.

From your command line:

# Clone this repository
$ git clone https://github.com/marcelogaldino/launchstore

Running the project

Copy database.sql content and run in your postgres sql in order to create all the database structure and it's tables.

# Go into directory server/
$ cd launchstore
# Install dependencies
$ npm install
# Run the server
$ npm start

Configuring the database (Windows users)

# Using windows cmd, let's create the .env file
$ NUL > .env
# Open VSCode
$ code .

Configuring the database (Unix users)

# Using systems based on Unix , let's create the .env file
$ touch .env
# Open VSCode
$ code .

Fill the .env file with your database settings as the following example below

APP_PORT= 3000

DB_USER = "your-user"
DB_PASSWORD = "your-password"
DB_HOST = "your-host 'localhost'"
DB_PORT = your-db-port
DB_DATABASE = "your-database-name"

🤔 How to contribute

  • Make a fork;
  • Create a branch with your feature: git checkout -b my-feature;
  • Commit changes: git commit -m 'feat: My new feature';
  • Make a push to your branch: git push origin my-feature.

After merging your receipt request to done, you can delete a branch from yours.

You are also free to help this project sending me pull requests and opening issues.

📝 License

This project is under the MIT license. See the LICENSE for details.

Made with ♥ by Marcelo Galdino 👋 Get in touch!

About

LaunchStore is an open online shop made for you, share your products and sell them online!

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published