Blyzi / Stock_Y

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Stock Y


Guide to run the project

Make sure to have a postgres database named stocky.

Setup

  • Go to the api folder
  • Copy the .env.exemple and rename it to .env with your computer parmeters

In the api folder, execute these commands:

npm i
npm run migrate
npm run seed
npm run dev

In the website folder:

npm i
npm run dev

Now, you sould be good
If you have any problem, verify all yours environments variables in the website and api folders or contact us.

About


Languages

Language:JavaScript 56.7%Language:Vue 41.8%Language:SCSS 0.8%Language:HTML 0.5%Language:CSS 0.1%Language:Shell 0.1%