panduroab / people

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

People Application

Dependencies

  • Node.js
  • Npm
  • Git

Install and Run

  1. Clone the repository:

    $ git clone git@github.com:panduroab/people.git
    
  2. Add your API_KEY and the other env variables to the ./server-side/.env file. You can see the file structure at ./server-side/.example.env.

  3. Run the application server-side application

    $ cd server-side
    $ npm install
    $ npm start
    
  4. After running the server-side application, you should be able to run the client-side app.

About


Languages

Language:JavaScript 91.6%Language:HTML 6.9%Language:CSS 1.5%