Skip to content

johanngomes/simpatize

Repository files navigation

Simpatize

Build Status

To run the project you should:

  1. Install Python 3.4.3 or higher

We don't assure that the software will work on a higher version. We recommend the use of Python version 3.4.3.

Here is the download link of Python 3.4.3: https://www.python.org/downloads/release/python-343/

  1. Install dependencies
  $ pip3 install -r requirements.txt
  1. Create the database in your machine, running the following commands:
  $ psql
  $ CREATE USER dev WITH password '1234';
  $ CREATE DATABASE simpatize WITH OWNER = dev;
  1. Run the server
  $ python3 manage.py runserver
...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published