/Stock_Y

Primary LanguageJavaScript

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.