Skip to content

3d vortex is a web commerce that allow you to print your own 3d models without a 3d printer

Notifications You must be signed in to change notification settings

LautaroNavarro/3dvortex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3dvortext

3d vortex is a web service that allow you to print your own 3d models without a 3d printer

CI

Travis Build Status

Coverage Coverage Status

Getting started

Enviroment variables

To work fully the project will need you to define some environment variables

  • AMAZON_ACCESS_KEY_ID: Amazon access key id
  • AMAZON_ACCESS_SECRET_KEY: Amazon access secret key
  • IMAGES_BUCKET_NAME: Bucket name in where the images are going to be uploaded
  • MODELS_BUCKET_NAME: Bucket name in where the models are going to be uploaded

Running the project

Note: You will need to install docker and docker-compose before following the steps below
docker installation
docker-compose installation

Build

Go the project folder and inside of it run the command below to build the project images

docker-compose build

Note: You will need internet access and also it could take some minutes

Run

Run the command below to run the containers

docker-compose run

Note: You can access the API on localhost:8000

Test

Run the command below to run the tests

docker-compose run django pytest

About

3d vortex is a web commerce that allow you to print your own 3d models without a 3d printer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published