Skip to content

BinaryStudioAcademy/bsa-2019-popcorn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,754 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Popcorn

Installation

  1. Install Node.js(last LTS version)
  2. Install Git
  3. Check the installation: for this, run the command line (terminal):
node -v
npm -v
  1. Install PostgreSQL for your OS and create a database via pgAdmin, for example. Remember the name of the database, username and password, because it is required for running a server
  2. Clone the repository: open the command line and run command
git clone https://github.com/BinaryStudioAcademy/bsa-2019-popcorn.git
  1. Open the project, then open the server folder and create .env file there. After it, copy everything from .env.example to .env file and follow all the instructions from the comments in the file
  2. Install client and server packages:
npm i -g yarn
npm i -g nodemon
yarn install-packages
  1. Run client and server simultaneously:
yarn start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors