Skip to content

themartdev/boards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boards

A forum-like backend api designed to have a web app built in front of it.

Build Status codecov

Installation

Requirements

Clone

Clone this repository using:

git clone https://github.com/simon-martineau/boards.git

Setup

Perform these steps to quickly get started

Note: ports 8000 and 5444 need to be available

cd boards
docker-compose -f /home/simon/Dev/boards/docker-compose.dev.yml up -d

And that's all you need! The api should be available at http://localhost:8000

You can always use the following command to stop execution:

docker-compose -f /home/simon/Dev/boards/docker-compose.dev.yml down

Tests

Use this command to run tests:

docker-compose -f docker-compose.dev.yml run backend sh -c "python manage.py test"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages