Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 533 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 533 Bytes

Logo

API node PC3

Welcome to our PC3 backend. Made with love from the Softlusion's Team.

Requirements

Node, npm, python 3, pip and git is needed.

Installation

git clone https://github.com/Juanal07/api-node-PC3.git

cd api-node-PC3

Install dependencies

Node dependencies

npm install

Python dependencies

pip install -r requirements.txt

Run server

npm run start