This is the Semester 04 Software Engineering Project for a Web-based Data Science Platform - DATASPARK
Akash
Vidulanka
Niruthikka
Tharsha
Hasini
create a folder named data-spark(NO CAPITALS) open that folder in vs code run these commands in the terminal
1. git clone https://github.com/akashTharuka/data-spark.git .(REMEMBER THE DOT otherwise it will create another folder)
2. cd client
3. npm install
4. npm run start
(use a new terminal for following commands)
5. py -3 -m pip install virtualenv
6. py -3 -m venv venv
7. venv\Scripts\activate
8. pip install wheel
9. pip install -r requirements.txt
Then get a copy of .env.example and rename it as .env and set environmental variables. After that run the following command in the command line
10. python app.py