Skip to content
/ Sid Public

Assignment for Software Engineer course of USP - São Carlos.

License

Notifications You must be signed in to change notification settings

rgeurgas/Sid

Repository files navigation

Sid

University project Universidade of São Paulo's Software Engineer (SSC0130) 2018 first semester class

Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.

Prerequisites

# Python
sudo apt-get update
sudo apt-get install python3.6

# Django
sudo pip install Django

# Docker and docker-compose
sudo apt-get install docker
sudo apt-get install docker-compose

Installing

Clone github project

git clone https://github.com/rgeurgas/Sid.git

Deployment

Get Requirements

make start

Run server

make all

If it doesn't work run with sudo

Built With

  • Django - The web framework used
  • Docker - The container platform used

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository

Authors

See also the list of contributors who participated in this project

License

This project is licensed under the GPL 3.0 License - see the LICENSE.md file for details